Fixed several warnings.
This commit is contained in:
parent
2ad4a2601f
commit
0b088a2723
6 changed files with 11 additions and 11 deletions
|
|
@ -180,7 +180,7 @@ void MainWindow::on_actionCancel_triggered()
|
|||
|
||||
}
|
||||
|
||||
void MainWindow::closeEvent(QCloseEvent *event)
|
||||
void MainWindow::closeEvent(QCloseEvent* /*event*/)
|
||||
{
|
||||
// TODO collect which files need saving
|
||||
// std::vector<QString> files_to_save;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue