aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/pathchooser.h
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2018-07-17 23:21:05 +0300
committerTobias Hunger <tobias.hunger@qt.io>2018-07-19 08:21:29 +0000
commit7cee991c70669c477aefa5009108fc0a658248de (patch)
treecf4c39585e044a28560b683e3f01c3dbd165d4c2 /src/libs/utils/pathchooser.h
parent9f8dbc1d2f518a50f4b5cefc3ba4c650321c274e (diff)
Utils: Remove superfluous qualifications
Change-Id: I36e17dac0cff87f82f0ddaf97bc613389110f218 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/libs/utils/pathchooser.h')
-rw-r--r--src/libs/utils/pathchooser.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libs/utils/pathchooser.h b/src/libs/utils/pathchooser.h
index 3f91ebc7cb1..deaaf4f05d7 100644
--- a/src/libs/utils/pathchooser.h
+++ b/src/libs/utils/pathchooser.h
@@ -95,7 +95,7 @@ public:
FileName rawFileName() const; // The raw unexpanded input.
FileName fileName() const;
- static QString expandedDirectory(const QString &input, const Utils::Environment &env,
+ static QString expandedDirectory(const QString &input, const Environment &env,
const QString &baseDir);
QString baseDirectory() const;
@@ -142,7 +142,7 @@ public:
// global handler for adding context menus to ALL pathchooser
// used by the coreplugin to add "Open in Terminal" and "Open in Explorer" context menu actions
- using AboutToShowContextMenuHandler = std::function<void (Utils::PathChooser *, QMenu *)>;
+ using AboutToShowContextMenuHandler = std::function<void (PathChooser *, QMenu *)>;
static void setAboutToShowContextMenuHandler(AboutToShowContextMenuHandler handler);
QColor errorColor() const;
@@ -166,7 +166,7 @@ signals:
public slots:
void setPath(const QString &);
- void setFileName(const Utils::FileName &);
+ void setFileName(const FileName &);
void setErrorColor(const QColor &errorColor);
void setOkColor(const QColor &okColor);