Skip to content

Commit fdaf685

Browse files
committed
Added test line.
1 parent ba1346e commit fdaf685

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
**
2727
****************************************************************************/
2828

29+
#include <iostream>
2930
#include <QCoreApplication>
3031
#include <QProcessEnvironment>
3132
#include <QSettings>
@@ -36,6 +37,7 @@
3637

3738
int main(int argc, char **argv)
3839
{
40+
std::cout << "DOES IT SEGFAULT?" << std::endl;
3941
QCoreApplication app(argc, argv);
4042

4143
QCommandLineParser cliParser;

0 commit comments

Comments
 (0)