aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/filecrumblabel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/utils/filecrumblabel.h')
-rw-r--r--src/libs/utils/filecrumblabel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/utils/filecrumblabel.h b/src/libs/utils/filecrumblabel.h
index 6320b115c0..05dd050812 100644
--- a/src/libs/utils/filecrumblabel.h
+++ b/src/libs/utils/filecrumblabel.h
@@ -38,10 +38,10 @@ class QTCREATOR_UTILS_EXPORT FileCrumbLabel : public QLabel
public:
FileCrumbLabel(QWidget *parent = nullptr);
- void setPath(const FileName &path);
+ void setPath(const FilePath &path);
signals:
- void pathClicked(const FileName &path);
+ void pathClicked(const FilePath &path);
};
} // Utils