Skip to content

Commit 2126011

Browse files
committedSep 30, 2015
revive QSqlDatabase (followup c894357)
1 parent c531b2d commit 2126011

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎python/core/auth/qgsauthmanager.sip

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
class QSqlDatabase;
2-
31
class QgsAuthManager : QObject
42
{
53
%TypeHeaderCode

‎python/core/core.sip

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
%Import QtGui/QtGuimod.sip
77
%Import QtXml/QtXmlmod.sip
88
%Import QtNetwork/QtNetworkmod.sip
9+
%Import QtSql/QtSqlmod.sip
910

1011
%Include conversions.sip
1112
%Include qgsexception.sip

0 commit comments

Comments
 (0)
Failed to load comments.