aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.hpp')
-rw-r--r--src/mainwindow.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainwindow.hpp b/src/mainwindow.hpp
index f125551..174f06a 100644
--- a/src/mainwindow.hpp
+++ b/src/mainwindow.hpp
@@ -10,6 +10,8 @@
#include "geminirenderer.hpp"
#include "protocolsetup.hpp"
+#include "elidelabel.hpp"
+
QT_BEGIN_NAMESPACE
namespace Ui { class MainWindow; }
QT_END_NAMESPACE
@@ -96,7 +98,7 @@ public:
private:
Ui::MainWindow *ui;
- QLabel * url_status;
+ ElideLabel * url_status;
QLabel * file_size;
QLabel * file_mime;
QLabel * load_time;