forked from qt-creator/qt-creator
WatchHandler: Add isInspect()
Change-Id: I237f77554a06bf7c139a8ae5cfef79c6fb4c8507 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -92,6 +92,7 @@ public:
|
||||
|
||||
bool isLocal() const { return iname.startsWith("local."); }
|
||||
bool isWatcher() const { return iname.startsWith("watch."); }
|
||||
bool isInspect() const { return iname.startsWith("inspect."); }
|
||||
bool isValid() const { return !iname.isEmpty(); }
|
||||
bool isVTablePointer() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user