aboutsummaryrefslogtreecommitdiff
path: root/lib/downloads/downloadswidget.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-08-24 15:13:47 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-08-24 15:23:14 +0200
commiteca5159e12288e1b4ee7d2d52f0475ca6433a0eb (patch)
treee4f695d9ece39de9f45965b1d64a8d2cd610353b /lib/downloads/downloadswidget.h
parentWebPage: add render process crash recovery page (diff)
downloadsmolbote-eca5159e12288e1b4ee7d2d52f0475ca6433a0eb.tar.xz
Downloads: prevent download widget width from exceeding download list width
Downloads: add open button
Diffstat (limited to 'lib/downloads/downloadswidget.h')
-rw-r--r--lib/downloads/downloadswidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/downloads/downloadswidget.h b/lib/downloads/downloadswidget.h
index dcf13d1..5dfde3e 100644
--- a/lib/downloads/downloadswidget.h
+++ b/lib/downloads/downloadswidget.h
@@ -30,7 +30,7 @@ public slots:
private:
Ui::DownloadDialog *ui;
- QString m_downloadPath;
+ const QString m_downloadPath;
};
#endif // SMOLBOTE_DOWNLOADDIALOG_H