mirror of
https://github.com/fralx/LimeReport.git
synced 2025-09-23 16:39:07 +03:00
Connect connection has been refactored
This commit is contained in:
@@ -129,6 +129,7 @@ public:
|
||||
QString password(){return m_password;}
|
||||
void setAutoconnect(bool value){m_autoconnect=value;}
|
||||
bool autoconnect(){return m_autoconnect;}
|
||||
bool isEqual(const QSqlDatabase& db);
|
||||
signals:
|
||||
void nameChanged(const QString& oldName,const QString& newName);
|
||||
private:
|
||||
|
Reference in New Issue
Block a user