Skip to content

Commit c086ea9

Browse files
committed
Added comments
1 parent bec126f commit c086ea9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ui/MainWindow.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,10 @@ void MainWindow::logout() {
180180
}
181181

182182
void MainWindow::logoutRestart() {
183+
// Delete user data file
183184
login->deleteUserData();
185+
186+
// Quit application and restart
184187
qApp->quit();
185188
QProcess::startDetached(qApp->arguments()[0], qApp->arguments());
186189
}

0 commit comments

Comments
 (0)