No changes... I have no idea why git thinks there are changes.

This commit is contained in:
Patrick Linstruth 2018-10-08 18:15:38 -07:00
parent 2e8819dfa8
commit bec85018a3

View File

@ -31,7 +31,7 @@ class CreateDb
public:
CreateDb(QString host,QString database,QString username,QString password);
~CreateDb();
bool create(QObject *parent,QString *err_str, RDConfig *config);
bool create(QWidget *parent,QString *err_str, RDConfig *config);
bool isOpen();
private: