Fix build.

This commit is contained in:
Martin Rotter 2018-01-03 07:25:25 +01:00
parent 6272bf92c5
commit f08cf038e0
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#include <QUrl>
#include <QVariant>
#define EMPT_STR_NULL(x) ( ## x ## .isNull() ? "" : x)
#define EMPT_STR_NULL(x) ( x ## .isNull() ? "" : x)
bool DatabaseQueries::markMessagesReadUnread(QSqlDatabase db, const QStringList& ids, RootItem::ReadStatus read) {
QSqlQuery q(db);