Ref T286, signal for "other swift version"

This commit is contained in:
Klaus Basan
2018-07-03 19:32:17 +02:00
parent 50858a33e4
commit 61e2ffb7da
3 changed files with 21 additions and 5 deletions

View File

@@ -41,11 +41,18 @@ namespace BlackGui
//! Get the selected other version
BlackMisc::CApplicationInfo selectedOtherVersion() const;
signals:
//! Selection changed
void versionChanged(const BlackMisc::CApplicationInfo &info);
private:
QScopedPointer<Ui::COtherSwiftVersionsComponent> ui;
//! Data directory
void openDataDirectory();
//! Object has been selected
void onObjectSelected(const BlackMisc::CVariant &object);
};
} // ns
} // ns