Started on window for managing the server.
This commit is contained in:
parent
f51105bde0
commit
2f95c2f096
17 changed files with 163 additions and 8 deletions
|
|
@ -55,6 +55,18 @@ private:
|
|||
|
||||
MasterController *m_masterController;
|
||||
|
||||
// class OpenDocumentController {
|
||||
// public:
|
||||
|
||||
// private:
|
||||
|
||||
// QString path = QStandardPaths::writableLocation(QStandardPaths::AppDataLocation);
|
||||
// QDir dir(path);
|
||||
// if (!dir.exists()) {
|
||||
// dir.mkpath(".");
|
||||
// }
|
||||
|
||||
// };
|
||||
|
||||
QueryTab *GetActiveQueryTab();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue