mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
refs #247 Using CVariant in blackgui.
This commit is contained in:
@@ -46,10 +46,10 @@ namespace BlackGui
|
||||
bool containsName(const QString &name) const;
|
||||
|
||||
//! Contains name / value?
|
||||
bool containsNameValue(const QString &name, const QVariant &value) const;
|
||||
bool containsNameValue(const QString &name, const BlackMisc::CVariant &value) const;
|
||||
|
||||
//! Add our update a value
|
||||
bool addOrUpdateByName(const QString &name, const QVariant &value, const BlackMisc::CIcon &icon, bool skipEqualValues);
|
||||
bool addOrUpdateByName(const QString &name, const BlackMisc::CVariant &value, const BlackMisc::CIcon &icon, bool skipEqualValues);
|
||||
|
||||
//! Current row index of given name
|
||||
int getRowIndexForName(const QString &name) const;
|
||||
|
||||
Reference in New Issue
Block a user