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:
Eike Ziller
2018-03-27 15:07:54 +02:00
parent ab7960f6cf
commit 6f91ce1c52
4 changed files with 39 additions and 0 deletions

View File

@@ -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;