]> Shamusworld >> Repos - schematic/blobdiff - src/sqlsettingsdialog.h
Added error messages to SQL Connection dialog.
[schematic] / src / sqlsettingsdialog.h
index e72a1ee6101a27215f05cac8db63d21f62c99c22..bb4e46d113a678e327ca26c3d9ee2f4f7b00af16 100644 (file)
@@ -22,6 +22,8 @@ class SQLSettingsDialog: public QDialog
                QLineEdit * edit3;
                QLineEdit * edit4;
                QLineEdit * edit5;
+               QLabel * error1;
+               QLabel * error2;
 };
 
 #endif // __SQLSETTINGSDIALOG_H__