mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 03:35:35 +08:00
Matching log can be enabled from login screen
* own enable UI component * adjusted login and matcher UI component
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
#ifndef BLACKGUI_COMPONENT_MODELMATCHERLOGCOMPONENT_H
|
||||
#define BLACKGUI_COMPONENT_MODELMATCHERLOGCOMPONENT_H
|
||||
|
||||
#include "blackcore/network.h"
|
||||
#include <QFrame>
|
||||
#include <QTabWidget>
|
||||
#include <QTimer>
|
||||
@@ -41,9 +40,6 @@ namespace BlackGui
|
||||
QScopedPointer<Ui::CModelMatcherLogComponent> ui;
|
||||
QTextDocument m_text { this };
|
||||
|
||||
//! Init
|
||||
void initGui();
|
||||
|
||||
//! Contexts available
|
||||
bool hasContexts() const;
|
||||
|
||||
@@ -52,15 +48,6 @@ namespace BlackGui
|
||||
|
||||
//! Callsign was entered
|
||||
void callsignEntered();
|
||||
|
||||
//! When values changed elsewhere
|
||||
void valuesChanged();
|
||||
|
||||
//! Flag changed
|
||||
void enabledCheckboxChanged(bool enabled);
|
||||
|
||||
//! Connection status changed
|
||||
void connectionStatusChanged(BlackCore::INetwork::ConnectionStatus from, BlackCore::INetwork::ConnectionStatus to);
|
||||
};
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user