1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-06 23:56:13 +02:00
Files
joplin/QtClient/JoplinQtClient/cliapplication.h

20 lines
237 B
C
Raw Normal View History

2017-01-27 20:26:46 +00:00
#ifndef CLIAPPLICATION_H
#define CLIAPPLICATION_H
#include <stable.h>
namespace jop {
class CliApplication : public QCoreApplication {
public:
CliApplication(int &argc, char **argv);
int exec();
};
}
#endif // CLIAPPLICATION_H