]> Shamusworld >> Repos - schematic/blobdiff - src/sqlsettingsdialog.h
Move DB access to NoteDialog class, new AlertDialog class.
[schematic] / src / sqlsettingsdialog.h
index e1a9c8c0c64c56c625af4f390d41d1547999819b..bb4e46d113a678e327ca26c3d9ee2f4f7b00af16 100644 (file)
@@ -21,6 +21,9 @@ class SQLSettingsDialog: public QDialog
                QLineEdit * edit2;
                QLineEdit * edit3;
                QLineEdit * edit4;
+               QLineEdit * edit5;
+               QLabel * error1;
+               QLabel * error2;
 };
 
 #endif // __SQLSETTINGSDIALOG_H__