Skip to content

Commit 454ab4f

Browse files
committed
fix compiler warning
1 parent a357000 commit 454ab4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projectM-qt/qprojectm_mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ void QProjectM_MainWindow::openSettingsDialog() {
10581058
}
10591059

10601060
void QProjectM_MainWindow::aboutQt() {
1061-
return QApplication::aboutQt();
1061+
QApplication::aboutQt();
10621062
}
10631063

10641064
void QProjectM_MainWindow::createActions()

0 commit comments

Comments
 (0)