diff options
| author | 2023-04-30 18:30:36 -0400 | |
|---|---|---|
| committer | 2023-04-30 18:30:36 -0400 | |
| commit | 3565aad630864ecdbe53fdaa501ea708555b3c7c (patch) | |
| tree | c743e4ad0bad39ebdb2f514c7cc52d34a257ebbe /SQLiteStudio3/guiSQLiteStudio/windows/functionseditor.h | |
| parent | 1fdc150116cad39aae5c5da407c3312b47a59e3a (diff) | |
New upstream version 3.4.4+dfsg.upstream/3.4.4+dfsg
Diffstat (limited to 'SQLiteStudio3/guiSQLiteStudio/windows/functionseditor.h')
| -rw-r--r-- | SQLiteStudio3/guiSQLiteStudio/windows/functionseditor.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/SQLiteStudio3/guiSQLiteStudio/windows/functionseditor.h b/SQLiteStudio3/guiSQLiteStudio/windows/functionseditor.h index 72455d3..d3fcf12 100644 --- a/SQLiteStudio3/guiSQLiteStudio/windows/functionseditor.h +++ b/SQLiteStudio3/guiSQLiteStudio/windows/functionseditor.h @@ -3,7 +3,6 @@ #include "mdichild.h" #include "common/extactioncontainer.h" -#include "services/config.h" #include "services/functionmanager.h" #include <QItemSelection> #include <QSortFilterProxyModel> @@ -20,6 +19,11 @@ class QTreeWidgetItem; class QSyntaxHighlighter; class SelectableDbModel; +CFG_KEY_LIST(FunctionsEditor, QObject::tr("A function editor window"), + CFG_KEY_ENTRY(COMMIT, QKeySequence::Save, QObject::tr("Commit the pending changes")) + CFG_KEY_ENTRY(ROLLBACK, QKeySequence::Cancel, QObject::tr("Rollback the pending changes")) +) + class GUI_API_EXPORT FunctionsEditor : public MdiChild { Q_OBJECT @@ -38,6 +42,7 @@ class GUI_API_EXPORT FunctionsEditor : public MdiChild ARG_MOVE_DOWN, HELP }; + Q_ENUM(Action) enum ToolBar { |
