mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-22 09:51:06 +00:00
Move storage upload configuration to separate tab, later it can be uses for a plugin manager
This commit is contained in:
@@ -25,6 +25,7 @@ class ShortcutsWidget;
|
||||
class GeneneralConf;
|
||||
class QFileSystemWatcher;
|
||||
class VisualsEditor;
|
||||
class UploadStorageConfig;
|
||||
|
||||
class ConfigWindow : public QTabWidget
|
||||
{
|
||||
@@ -42,6 +43,7 @@ private:
|
||||
FileNameEditor* m_filenameEditor;
|
||||
ShortcutsWidget* m_shortcuts;
|
||||
GeneneralConf* m_generalConfig;
|
||||
UploadStorageConfig* m_uploadStorageConfig;
|
||||
VisualsEditor* m_visuals;
|
||||
QFileSystemWatcher* m_configWatcher;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user