Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
AIIX committed Feb 9, 2023
1 parent 2be895c commit 77fcfb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion import/mycroftcontroller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ MycroftController::MycroftController(QObject *parent)
if (state == QAbstractSocket::ConnectedState) {
qWarning() << "Main Socket connected, trying to connect gui";
#if QT_VERSION >= 0x060000
m_qt_version_context = QStringLiteral("6"); //QVariantMap({{QStringLiteral("qt_version"), QStringLiteral("6")}});
m_qt_version_context = QStringLiteral("6");
#else
m_qt_version_context = QStringLiteral("5");
#endif
Expand Down

0 comments on commit 77fcfb8

Please sign in to comment.