mainwindow: set window title
Этот коммит содержится в:
		| @@ -23,6 +23,7 @@ MainWindow::MainWindow(QWidget *parent) : | ||||
| 	ui(new Ui::MainWindow) | ||||
| { | ||||
| 	ui->setupUi(this); | ||||
| 	setWindowTitle(QCoreApplication::applicationName()); | ||||
| 	QSettings settings; | ||||
|  | ||||
| 	db = QSqlDatabase::addDatabase("QSQLITE"); | ||||
|   | ||||
		Ссылка в новой задаче
	
	Block a user