mirror of
https://github.com/debauchee/barrier.git
synced 2024-12-26 20:53:22 +03:00
#4978 Fixed orphaned appendLogInfo slot
This commit is contained in:
parent
38db630816
commit
cd09a36286
@ -116,7 +116,7 @@ MainWindow::MainWindow(QSettings& settings, AppConfig& appConfig) :
|
||||
// ipc must always be enabled, so that we can disable command when switching to desktop mode.
|
||||
connect(&m_IpcClient, SIGNAL(readLogLine(const QString&)), this, SLOT(appendLogRaw(const QString&)));
|
||||
connect(&m_IpcClient, SIGNAL(errorMessage(const QString&)), this, SLOT(appendLogError(const QString&)));
|
||||
connect(&m_IpcClient, SIGNAL(infoMessage(const QString&)), this, SLOT(appendLogNote(const QString&)));
|
||||
connect(&m_IpcClient, SIGNAL(infoMessage(const QString&)), this, SLOT(appendLogInfo(const QString&)));
|
||||
m_IpcClient.connectToHost();
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user