forked from qt-creator/qt-creator
File System view: Add "New Folder" to context menu
Task-number: QTCREATORBUG-17358 Change-Id: I64b3d34ca0432369630382c40cf749f3cc1a08df Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -84,6 +84,7 @@ public:
|
||||
bool operator<=(const FileName &other) const;
|
||||
bool operator>(const FileName &other) const;
|
||||
bool operator>=(const FileName &other) const;
|
||||
FileName operator+(const QString &s) const;
|
||||
|
||||
bool isChildOf(const FileName &s) const;
|
||||
bool isChildOf(const QDir &dir) const;
|
||||
|
||||
Reference in New Issue
Block a user