mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
CFIController 0
This commit is contained in:
@@ -31,6 +31,8 @@
|
||||
#include "waitanimationwidget.h"
|
||||
#include "specialmessagebox.h"
|
||||
|
||||
#include "cficontroller.h"
|
||||
|
||||
|
||||
namespace Ui {
|
||||
class ServerLMSWidget;
|
||||
@@ -47,6 +49,7 @@ class MultiThreadServer;
|
||||
class AssetsManager;
|
||||
class ChatSystem;
|
||||
class DocsUpdater;
|
||||
class CfiController;
|
||||
|
||||
class SERVERLMS_EXPORT ServerLMSWidget : public QWidget
|
||||
{
|
||||
@@ -98,6 +101,8 @@ public slots:
|
||||
|
||||
void slot_UpdateDocs();
|
||||
|
||||
void slot_ParsingCfiXML();
|
||||
|
||||
void slot_startInitialization_step1();
|
||||
|
||||
void slot_setVersion(QString versionStr);
|
||||
@@ -176,7 +181,8 @@ private:
|
||||
ChatSystem *chatSystem;
|
||||
|
||||
DocsUpdater* docsUpdater;
|
||||
ProviderDBLMS* providerDBLMS;
|
||||
CfiController* cfiController;
|
||||
ProviderDBLMS* providerDBLMS;
|
||||
|
||||
bool first = true; // для тестов Unity
|
||||
|
||||
|
||||
Reference in New Issue
Block a user