mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Начал реал-ть список подпроцедур ViewerTasksCommon
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
#include "messangercontroller.h"
|
||||
#include "connectortoserver.h"
|
||||
#include "metatypes.h"
|
||||
#include "dialogtaskscommon.h"
|
||||
|
||||
|
||||
namespace Ui {
|
||||
@@ -69,6 +70,8 @@ private Q_SLOTS:
|
||||
|
||||
void on_btnPersonalCard_clicked();
|
||||
|
||||
void on_btnTasksCommon_clicked();
|
||||
|
||||
private:
|
||||
//Авторизация инструктора локальная (на ГУИ)
|
||||
bool authorizationInstructorDialog(QWidget* parent = nullptr);
|
||||
@@ -87,6 +90,8 @@ private:
|
||||
MessangerWidget* messangerWidget;
|
||||
MessangerController* messangerController;
|
||||
|
||||
DialogTasksCommon* dlgTasksCommon;
|
||||
|
||||
bool adminMode;
|
||||
QString loginInstructorLoggedInLocal;
|
||||
QString nameInstructorLoggedInLocal;
|
||||
|
||||
Reference in New Issue
Block a user