summaryrefslogtreecommitdiffstats
path: root/abs/core/mythinstall/MythVantage-app/mythinstall/commandlineparser.h
blob: dc45adc5724269d94d34c77e0a5b0d043fd7f601 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

#include <QString>

#include "mythcommandlineparser.h"

class MythInstallCommandLineParser : public MythCommandLineParser
{
  public:
    MythInstallCommandLineParser();
    void LoadArguments(void);
  protected:
    QString GetHelpHeader(void) const;
};