summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/psql/qsql_psql.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/sqldrivers/psql/qsql_psql.cpp')
-rw-r--r--src/plugins/sqldrivers/psql/qsql_psql.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/sqldrivers/psql/qsql_psql.cpp b/src/plugins/sqldrivers/psql/qsql_psql.cpp
index 7b9521fec6c..dfd1984a874 100644
--- a/src/plugins/sqldrivers/psql/qsql_psql.cpp
+++ b/src/plugins/sqldrivers/psql/qsql_psql.cpp
@@ -66,7 +66,7 @@ Q_DECLARE_METATYPE(PGresult*)
QT_BEGIN_NAMESPACE
-static Q_LOGGING_CATEGORY(lcPsql, "qt.sql.postgresql")
+Q_STATIC_LOGGING_CATEGORY(lcPsql, "qt.sql.postgresql")
using namespace Qt::StringLiterals;