summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers/psql/qsql_psql.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sql/drivers/psql/qsql_psql.h')
-rw-r--r--src/sql/drivers/psql/qsql_psql.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/sql/drivers/psql/qsql_psql.h b/src/sql/drivers/psql/qsql_psql.h
index 4a2ec12bf1..444ef1bccc 100644
--- a/src/sql/drivers/psql/qsql_psql.h
+++ b/src/sql/drivers/psql/qsql_psql.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtSql module of the Qt Toolkit.
@@ -58,6 +58,11 @@ typedef struct pg_result PGresult;
QT_BEGIN_NAMESPACE
+#if 0
+#pragma qt_no_master_include
+#pragma qt_sync_stop_processing
+#endif
+
class QPSQLResultPrivate;
class QPSQLDriverPrivate;
class QPSQLDriver;