┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/places/placespanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/panels/places/placespanel.h')
-rw-r--r--src/panels/places/placespanel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/panels/places/placespanel.h b/src/panels/places/placespanel.h
index c6f959d23..9d9624ff8 100644
--- a/src/panels/places/placespanel.h
+++ b/src/panels/places/placespanel.h
@@ -49,6 +49,7 @@ signals:
void errorMessage(const QString& error);
void storageTearDownRequested(const QString& mountPath);
void storageTearDownExternallyRequested(const QString& mountPath);
+ void showHiddenEntriesChanged(bool shown);
protected:
bool urlChanged() override;
@@ -56,6 +57,8 @@ protected:
public slots:
void readSettings() override;
+ void showHiddenEntries(bool shown);
+ int hiddenListCount();
private slots:
void slotItemActivated(int index);