forked from qt-creator/qt-creator
Make loadData() and clear() protected
Change-Id: I1c31d5463ae39b988c7a0ffb4168a952e53c152c Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
@@ -63,6 +63,7 @@ public:
|
||||
QVariantList labels() const;
|
||||
QVariantMap details(int index) const;
|
||||
|
||||
protected:
|
||||
void loadData();
|
||||
void clear();
|
||||
|
||||
|
@@ -67,6 +67,7 @@ public:
|
||||
|
||||
QVariantMap details(int index) const;
|
||||
|
||||
protected:
|
||||
void loadData();
|
||||
void clear();
|
||||
|
||||
|
@@ -52,6 +52,7 @@ public:
|
||||
|
||||
QVariantMap details(int index) const;
|
||||
|
||||
protected:
|
||||
void loadData();
|
||||
void clear();
|
||||
|
||||
|
Reference in New Issue
Block a user