We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent e271b64 commit d6e43efCopy full SHA for d6e43ef
src/providers/oracle/qgsoracleconn.h
@@ -28,6 +28,7 @@
28
#include <QDateTime>
29
30
#include "qgis.h"
31
+#include "qgslogger.h"
32
#include "qgsdatasourceuri.h"
33
34
#include <QSqlDatabase>
@@ -78,7 +79,7 @@ struct QgsOracleLayerProperty
78
79
return property;
80
}
81
-#if QGISDEBUG
82
+#ifdef QGISDEBUG
83
QString toString() const
84
{
85
QString typeString;
0 commit comments