Remove MainWindow styleChanged() signal
There's no need to create multiple signals - connect() is fine with connecting styleChanged(MainWindow::QGC_MAINWINDOW_STYLE) to a slot with no parameters.
Showing
Please register or sign in to comment