MythTV master
mythbackend_commandlineparser.h
Go to the documentation of this file.
1// -*- Mode: c++ -*-
2
3#include <QString>
4
6
8{
9 public:
11 void LoadArguments(void) override; // MythCommandLineParser
12 protected:
13 QString GetHelpHeader(void) const override; // MythCommandLineParser
14};
QString GetHelpHeader(void) const override
Parent class for defining application command line parsers.