Index: sources/storage/RxProfiles.h =================================================================== diff -u -r1c25cfb59ad74cc5ad8ee79fed33b3cbf9ba9b30 -rf5805685bfe1d7dcc22799e2fd6a07b8181cd349 --- sources/storage/RxProfiles.h (.../RxProfiles.h) (revision 1c25cfb59ad74cc5ad8ee79fed33b3cbf9ba9b30) +++ sources/storage/RxProfiles.h (.../RxProfiles.h) (revision f5805685bfe1d7dcc22799e2fd6a07b8181cd349) @@ -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 );