mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 10:25:36 -04:00
Merge pull request #1 from highvoltage/fix-spelling-mistake
Fix spelling mistake in kdsingleapplicationguard.cpp
This commit is contained in:
commit
91c6ba3665
1 changed files with 1 additions and 1 deletions
|
@ -723,7 +723,7 @@ void KDSingleApplicationGuard::Private::create( const QStringList & arguments )
|
||||||
|
|
||||||
const QString name = QCoreApplication::applicationName();
|
const QString name = QCoreApplication::applicationName();
|
||||||
if ( name.isEmpty() ) {
|
if ( name.isEmpty() ) {
|
||||||
qWarning( "KDSingleApplicationGuard: QCoreApplication::applicationName must not be emty" );
|
qWarning( "KDSingleApplicationGuard: QCoreApplication::applicationName must not be empty" );
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue