We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba1346e commit fdaf685Copy full SHA for fdaf685
1 file changed
src/main.cpp
@@ -26,6 +26,7 @@
26
**
27
****************************************************************************/
28
29
+#include <iostream>
30
#include <QCoreApplication>
31
#include <QProcessEnvironment>
32
#include <QSettings>
@@ -36,6 +37,7 @@
36
37
38
int main(int argc, char **argv)
39
{
40
+ std::cout << "DOES IT SEGFAULT?" << std::endl;
41
QCoreApplication app(argc, argv);
42
43
QCommandLineParser cliParser;
0 commit comments