MythTV master
mythccextractor_commandlineparser.h
Go to the documentation of this file.
1// -*- Mode: c++ -*-
2
3#ifndef MYTH_CCEXTRACTOR_COMMAND_LINE_PARSER_H
4#define MYTH_CCEXTRACTOR_COMMAND_LINE_PARSER_H
5
7
9{
10 public:
12 void LoadArguments(void) override; // MythCommandLineParser
13 protected:
14 QString GetHelpHeader(void) const override; // MythCommandLineParser
15};
16
17#endif // MYTH_CCEXTRACTOR_COMMAND_LINE_PARSER_H
18
19/* vim: set expandtab tabstop=4 shiftwidth=4: */
Parent class for defining application command line parsers.