Skip to content

Commit

Permalink
Delete spam
Browse files Browse the repository at this point in the history
  • Loading branch information
cpina committed Oct 8, 2023
1 parent 6869a23 commit c5d6328
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,10 @@ int main(int argc, char *argv[])
QApplication app(argc, argv);
QApplication::setOrganizationName("qnetload");
QApplication::setApplicationName("qnetload");
QApplication::setApplicationVersion("1.3.5");
QApplication::setApplicationVersion("1.3.6");

QTextStream stdoutStream(stdout);

stdoutStream << "This will be printed to stdout." << Qt::endl;

stdoutStream << "qnetload version " + QApplication::applicationVersion() + " Copyright (C) 2017, 2019, 2020, 2021, 2023 Carles Pina i Estany <carles@pina.cat>" << Qt::endl;
stdoutStream << "This program comes with ABSOLUTELY NO WARRANTY" << Qt::endl;
stdoutStream << "This is free software, and you are welcome to redistribute it under certain conditions" << Qt::endl;
Expand Down

0 comments on commit c5d6328

Please sign in to comment.