summaryrefslogtreecommitdiff
path: root/qt/console/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt/console/main.cpp')
-rw-r--r--qt/console/main.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/qt/console/main.cpp b/qt/console/main.cpp
index ed986ce..4771303 100644
--- a/qt/console/main.cpp
+++ b/qt/console/main.cpp
@@ -35,9 +35,11 @@ int main(int argc, char *argv[])
QTimer::singleShot(100, check);
}
else
- qDebug() << "nope." << argv[2];
+ {
+ qDebug() << "Port in use.";
+ }
}
- return a.exec();
+ return 0;
}
void check()