Index: sources/storage/RxProfiles.h =================================================================== diff -u -r8f4dcc80fadbccfc152b28ea09466a2ab2ee7333 -r046fda9079b58d933faf0d4942c87c18bfdaa471 --- sources/storage/RxProfiles.h (.../RxProfiles.h) (revision 8f4dcc80fadbccfc152b28ea09466a2ab2ee7333) +++ sources/storage/RxProfiles.h (.../RxProfiles.h) (revision 046fda9079b58d933faf0d4942c87c18bfdaa471) @@ -177,7 +177,6 @@ // void timerEvent(QTimerEvent *) override; public: - void doInitRxProfiles(); void initModel(const QString &vFile); void clearModel() { _values.clear(); @@ -204,6 +203,7 @@ void doSave (const QString &fileName); void doExport (); void doImport (); + void doInitRxProfiles(); signals: void didNotification ( const QString &vNotification );