Skip to content
This repository has been archived by the owner on Jul 14, 2019. It is now read-only.
/ Miam-Player Public archive

Commit

Permalink
Remove useless quit
Browse files Browse the repository at this point in the history
  • Loading branch information
MBach committed Aug 5, 2015
1 parent 38d2dbe commit 82e9840
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/MiamPlayer/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,6 @@ void MainWindow::changeEvent(QEvent *event)
void MainWindow::closeEvent(QCloseEvent *)
{
auto settings = SettingsPrivate::instance();

if (settings->playbackKeepPlaylists()) {
QList<uint> list = settings->lastPlaylistSession();
list.clear();
Expand All @@ -502,7 +501,6 @@ void MainWindow::closeEvent(QCloseEvent *)
int m = p->mediaPlaylist()->playbackMode();
settings->setValue("lastActivePlaylistMode", m);
}
QCoreApplication::quit();
}

void MainWindow::dragEnterEvent(QDragEnterEvent *event)
Expand Down

0 comments on commit 82e9840

Please sign in to comment.