Moved some parts to a static lib so both the executable and the tests can link to it.
Written additional tests.
This commit is contained in:
parent
0a809a7288
commit
d0ea9dfa0c
39 changed files with 1767 additions and 493 deletions
|
|
@ -15,10 +15,8 @@ class QStandardItemModel;
|
|||
/** \brief Class that holds glue code for the ConnectionManager UI.
|
||||
*
|
||||
*/
|
||||
class ConnectionManagerWindow : public QMainWindow
|
||||
{
|
||||
class ConnectionManagerWindow : public QMainWindow {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit ConnectionManagerWindow(MasterController *master, QWidget *parent = 0);
|
||||
~ConnectionManagerWindow();
|
||||
|
|
@ -27,15 +25,13 @@ private slots:
|
|||
void on_actionAdd_Connection_triggered();
|
||||
void on_currentChanged(const QModelIndex ¤t, const QModelIndex &previous);
|
||||
void on_actionDelete_connection_triggered();
|
||||
|
||||
void on_actionConnect_triggered();
|
||||
|
||||
void on_actionQuit_application_triggered();
|
||||
|
||||
void on_actionBackup_database_triggered();
|
||||
|
||||
void on_actionManage_server_triggered();
|
||||
|
||||
void on_testButton_clicked();
|
||||
|
||||
private:
|
||||
Ui::ConnectionManagerWindow *ui;
|
||||
QDataWidgetMapper *m_mapper = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue