┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/places/placespanel.h
diff options
context:
space:
mode:
authorChris Rizzitello <[email protected]>2018-11-17 08:39:38 -0500
committerChris Rizzitello <[email protected]>2018-11-17 08:39:38 -0500
commit76c4698870658155aedfbba80904f4b199fdb460 (patch)
tree4c62f51190d62dfce7508ff8ff858bb34c576ee5 /src/panels/places/placespanel.h
parent06747d5e5b1cb5c403c1e93c65b2890e1bbcfbd5 (diff)
parentc900f7d255aa8fb326cf20f598a5de1a1edbcfe9 (diff)
Merge remote-tracking branch 'origin/Applications/18.12'
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);