aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Ui/qsui/filesystembrowser.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-01-02 19:12:15 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-01-02 19:12:15 +0000
commit48c7312f4ba78ccf2947a9b4b0e6fd2bcdcb3066 (patch)
tree8ab83d262aee3e16298c431608ed7ff8873dfb59 /src/plugins/Ui/qsui/filesystembrowser.h
parent7596bcb971e27330e089a7067b024e476b2ce15e (diff)
downloadqmmp-48c7312f4ba78ccf2947a9b4b0e6fd2bcdcb3066.tar.gz
qmmp-48c7312f4ba78ccf2947a9b4b0e6fd2bcdcb3066.tar.bz2
qmmp-48c7312f4ba78ccf2947a9b4b0e6fd2bcdcb3066.zip
improved coding style
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9614 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/qsui/filesystembrowser.h')
-rw-r--r--src/plugins/Ui/qsui/filesystembrowser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Ui/qsui/filesystembrowser.h b/src/plugins/Ui/qsui/filesystembrowser.h
index 0c816487b..0b957db22 100644
--- a/src/plugins/Ui/qsui/filesystembrowser.h
+++ b/src/plugins/Ui/qsui/filesystembrowser.h
@@ -55,7 +55,7 @@ private slots:
private:
void setCurrentDirectory(const QString &path);
- bool m_update;
+ bool m_update = false;
Utils::ElidingLabel *m_label;
QFileSystemModel *m_fileSystemModel;
QListView *m_listView;