Skip to content

Commit 32e484c

Browse files
nyalldawsonnirvn
andcommitted
Apply suggestion.
Co-Authored-By: nirvn <nirvn.asia@gmail.com>
1 parent c714652 commit 32e484c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgsoptions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ QgsOptions::QgsOptions( QWidget *parent, Qt::WindowFlags fl, const QList<QgsOpti
144144
QStringList themes = QgsApplication::uiThemes().keys();
145145
cmbUITheme->addItems( themes );
146146

147-
#if QT_VERSION < QT_VERSION_CHECK( 5, 12, 0 )
147+
#if QT_VERSION >= QT_VERSION_CHECK(5, 11, 0)
148148
lblUITheme->setText( QStringLiteral( "%1 <i>(%2)</i>" ).arg( lblUITheme->text(), tr( "QGIS restart required" ) ) );
149149
#else
150150
connect( cmbUITheme, static_cast<void ( QComboBox::* )( const QString & )>( &QComboBox::currentIndexChanged ), this, &QgsOptions::uiThemeChanged );

0 commit comments

Comments
 (0)