summaryrefslogtreecommitdiffstats
path: root/gui/pages/global
diff options
context:
space:
mode:
Diffstat (limited to 'gui/pages/global')
-rw-r--r--gui/pages/global/AccountListPage.cpp2
-rw-r--r--gui/pages/global/MultiMCPage.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/gui/pages/global/AccountListPage.cpp b/gui/pages/global/AccountListPage.cpp
index 2de77115..72e18405 100644
--- a/gui/pages/global/AccountListPage.cpp
+++ b/gui/pages/global/AccountListPage.cpp
@@ -18,7 +18,7 @@
#include <QItemSelectionModel>
-#include <logger/QsLog.h>
+#include <QDebug>
#include "logic/net/NetJob.h"
#include "logic/net/URLConstants.h"
diff --git a/gui/pages/global/MultiMCPage.cpp b/gui/pages/global/MultiMCPage.cpp
index 3226de83..d2934666 100644
--- a/gui/pages/global/MultiMCPage.cpp
+++ b/gui/pages/global/MultiMCPage.cpp
@@ -212,7 +212,7 @@ void MultiMCPage::refreshUpdateChannelList()
// the combo box to it.
if (entry.id == m_currentUpdateChannel)
{
- QLOG_DEBUG() << "Selected index" << i << "channel id" << m_currentUpdateChannel;
+ qDebug() << "Selected index" << i << "channel id" << m_currentUpdateChannel;
selection = i;
}
}