mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-10-02 03:53:21 +03:00
Connect connection has been refactored
This commit is contained in:
@@ -220,6 +220,7 @@ private slots:
|
||||
void slotQueryTextChanged(const QString& queryName, const QString& queryText);
|
||||
private:
|
||||
explicit DataSourceManager(QObject *parent = 0);
|
||||
bool initAndOpenDB(QSqlDatabase &db, ConnectionDesc &connectionDesc);
|
||||
Q_DISABLE_COPY(DataSourceManager)
|
||||
private:
|
||||
QList<ConnectionDesc*> m_connections;
|
||||
|
Reference in New Issue
Block a user