mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00
[kde] AchQtDBus::notifyFunc(): Fix the Qt4 build.
This commit is contained in:
parent
1aad707f88
commit
bb2e0b5e87
@ -110,8 +110,8 @@ int AchQtDBus::notifyFunc(Achievements::ID id)
|
|||||||
|
|
||||||
// Build the text.
|
// Build the text.
|
||||||
// TODO: Better formatting?
|
// TODO: Better formatting?
|
||||||
#if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
|
|
||||||
QString text = QString::fromLatin1("<u>%1</u>\n%2")
|
QString text = QString::fromLatin1("<u>%1</u>\n%2")
|
||||||
|
#if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
|
||||||
.arg(U82Q(pAch->getName(id)).toHtmlEscaped(),
|
.arg(U82Q(pAch->getName(id)).toHtmlEscaped(),
|
||||||
U82Q(pAch->getDescUnlocked(id)).toHtmlEscaped());
|
U82Q(pAch->getDescUnlocked(id)).toHtmlEscaped());
|
||||||
#else /* QT_VERSION < QT_VERSION_CHECK(5, 0, 0) */
|
#else /* QT_VERSION < QT_VERSION_CHECK(5, 0, 0) */
|
||||||
|
Loading…
Reference in New Issue
Block a user