diff options
| author | 2025-01-16 01:58:22 -0500 | |
|---|---|---|
| committer | 2025-01-16 01:58:22 -0500 | |
| commit | a5ae79be08125b31bb6b8d9703090a98c6fd2e30 (patch) | |
| tree | 569ee612c9de85b2bb423efa485688ef1d43852e /SQLiteStudio3/guiSQLiteStudio/windows/collationseditor.h | |
| parent | 21966b4f924b0a1933d9662e75ff253bd154fdb7 (diff) | |
| parent | 81a21e6ce040e7740de86340c8ea4dba30e69bc3 (diff) | |
Update upstream source from tag 'upstream/3.4.13+dfsg'
Update to upstream version '3.4.13+dfsg'
with Debian dir bf81ee0219cb8e4562a4751df17d75814772d2d6
Diffstat (limited to 'SQLiteStudio3/guiSQLiteStudio/windows/collationseditor.h')
| -rw-r--r-- | SQLiteStudio3/guiSQLiteStudio/windows/collationseditor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/SQLiteStudio3/guiSQLiteStudio/windows/collationseditor.h b/SQLiteStudio3/guiSQLiteStudio/windows/collationseditor.h index 61c9165..7f61a82 100644 --- a/SQLiteStudio3/guiSQLiteStudio/windows/collationseditor.h +++ b/SQLiteStudio3/guiSQLiteStudio/windows/collationseditor.h @@ -3,6 +3,7 @@ #include "mdichild.h" #include "common/extactioncontainer.h" +#include "services/collationmanager.h" #include <QItemSelection> #include <QModelIndex> #include <QWidget> @@ -61,12 +62,14 @@ class GUI_API_EXPORT CollationsEditor : public MdiChild private: void init(); int getCurrentCollationRow() const; + CollationManager::CollationType getCurrentType() const; void collationDeselected(int row); void collationSelected(int row); void clearEdits(); void selectCollation(int row); QStringList getCurrentDatabases() const; void setFont(const QFont& font); + void updateLangCombo(); Ui::CollationsEditor *ui = nullptr; CollationsEditorModel* model = nullptr; |
