forked from qt-creator/qt-creator
Add a bread crumb widget to file system view
Which allows easy navigation to any parent of the current selection. Task-number: QTCREATORBUG-19203 Change-Id: I97179a4800afd92a21bd0fa466fbfda4ac1a5846 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -94,12 +94,13 @@ public:
|
||||
FileName &appendString(const QString &str);
|
||||
FileName &appendString(QChar str);
|
||||
|
||||
using QString::size;
|
||||
using QString::chop;
|
||||
using QString::clear;
|
||||
using QString::count;
|
||||
using QString::length;
|
||||
using QString::isEmpty;
|
||||
using QString::isNull;
|
||||
using QString::clear;
|
||||
using QString::length;
|
||||
using QString::size;
|
||||
private:
|
||||
FileName(const QString &string);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user