MythTV master
mythutil_commandlineparser.h
Go to the documentation of this file.
1#ifndef COMMANDLINEPARSER_H_
2#define COMMANDLINEPARSER_H_
3
4#include <QString>
5
7
9{
10 public:
12 void LoadArguments(void) override; // MythCommandLineParser
13 protected:
14 QString GetHelpHeader(void) const override; // MythCommandLineParser
15};
16
17#endif
18
Parent class for defining application command line parsers.
QString GetHelpHeader(void) const override