summaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/sqlitestudiocli/commands/clicommandexit.h
diff options
context:
space:
mode:
Diffstat (limited to 'SQLiteStudio3/sqlitestudiocli/commands/clicommandexit.h')
-rw-r--r--SQLiteStudio3/sqlitestudiocli/commands/clicommandexit.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/SQLiteStudio3/sqlitestudiocli/commands/clicommandexit.h b/SQLiteStudio3/sqlitestudiocli/commands/clicommandexit.h
new file mode 100644
index 0000000..dc061bb
--- /dev/null
+++ b/SQLiteStudio3/sqlitestudiocli/commands/clicommandexit.h
@@ -0,0 +1,15 @@
+#ifndef CLICOMMANDEXIT_H
+#define CLICOMMANDEXIT_H
+
+#include "clicommand.h"
+
+class CliCommandExit : public CliCommand
+{
+ public:
+ void execute();
+ QString shortHelp() const;
+ QString fullHelp() const;
+ void defineSyntax();
+};
+
+#endif // CLICOMMANDEXIT_H