Skip to content

Commit

Permalink
Added test line.
Browse files Browse the repository at this point in the history
  • Loading branch information
hipersayanX committed May 27, 2017
1 parent ba1346e commit fdaf685
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
**
****************************************************************************/

#include <iostream>
#include <QCoreApplication>
#include <QProcessEnvironment>
#include <QSettings>
Expand All @@ -36,6 +37,7 @@

int main(int argc, char **argv)
{
std::cout << "DOES IT SEGFAULT?" << std::endl;
QCoreApplication app(argc, argv);

QCommandLineParser cliParser;
Expand Down

0 comments on commit fdaf685

Please sign in to comment.