# # # patch "src/view/DatabaseWindow.h" # from [333f972d3729115180b24d997ce11a7caa4301b5] # to [f15b316923055a158361b049bf82e4f9a6580ffb] # ============================================================ --- src/view/DatabaseWindow.h 333f972d3729115180b24d997ce11a7caa4301b5 +++ src/view/DatabaseWindow.h f15b316923055a158361b049bf82e4f9a6580ffb @@ -34,14 +34,13 @@ public: DatabaseWindow(); ~DatabaseWindow(); - void init(); - bool load(const QString &); + virtual void init(); + virtual bool load(const QString &); -private: +protected: DatabaseFile databaseFile; QLabel * loadedDatabase; QHBoxLayout * layout; - }; #endif