forked from qt-creator/qt-creator
Introduce utility routine to create placeholder watch item
QLatin1String refactorings.
This commit is contained in:
@@ -98,9 +98,11 @@ public:
|
||||
void setChildCount(int n) { childCount = n; setChildCountUnneeded();
|
||||
if (n == 0) setChildrenUnneeded(); }
|
||||
|
||||
WatchData pointerChildPlaceHolder() const;
|
||||
|
||||
QString toString() const;
|
||||
bool isLocal() const { return iname.startsWith(QLatin1String("local.")); }
|
||||
bool isWatcher() const { return iname.startsWith(QLatin1String("watch.")); };
|
||||
bool isWatcher() const { return iname.startsWith(QLatin1String("watch.")); }
|
||||
bool isValid() const { return !iname.isEmpty(); }
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user