Misc minor changes.

This commit is contained in:
eelke 2017-12-28 09:20:42 +01:00
parent 36e5526f5f
commit a06c752029
3 changed files with 47 additions and 12 deletions

View file

@ -154,8 +154,8 @@ void MainWindow::on_actionAbout_triggered()
QMessageBox::about(this, "pgLab 0.1", tr(
"Copyrights 2016-2017, Eelke Klein, All Rights Reserved.\n"
"\n"
"The program is provided AS IS with NO WARRANTY OF ANY KIND,"
" INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS "
"The program is provided AS IS with NO WARRANTY OF ANY KIND, "
"INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS "
"FOR A PARTICULAR PURPOSE.\n"
"\n"
"This program is dynamically linked with Qt 5.9 Copyright (C) 2017 "
@ -278,7 +278,6 @@ void MainWindow::on_actionCopy_triggered()
method.invoke(w, Qt::AutoConnection);
}
}
//this->ui->
}