refactored DBDriver (fixed the TODOs)

This commit is contained in:
Mathieu Labbe
2015-02-27 19:33:32 -05:00
parent 8625ebaf5c
commit 1588b0b25c
3 changed files with 205 additions and 32 deletions

View File

@@ -113,6 +113,7 @@ protected:
virtual void showEvent(QShowEvent* anEvent);
virtual void moveEvent(QMoveEvent* anEvent);
virtual void resizeEvent(QResizeEvent* anEvent);
virtual bool eventFilter(QObject *obj, QEvent *event);
private slots:
void changeState(MainWindow::State state);