diff options
author | 2023-03-07 23:12:12 +0600 | |
---|---|---|
committer | 2023-03-07 23:12:12 +0600 | |
commit | 8130e7616ca9260b2bafd7cc1a0d066bfa442997 (patch) | |
tree | 196b6ca40e43c79299d781ebd767eb7e2ac65c8f /src/downloadwidget.h | |
parent | b6fd8414a4387cac5c03d2a9e9529086acb484c9 (diff) | |
parent | 594d9515ac0bc0adf50ae288b85e31c10bd90d27 (diff) | |
download | whatsie-8130e7616ca9260b2bafd7cc1a0d066bfa442997.tar.gz whatsie-8130e7616ca9260b2bafd7cc1a0d066bfa442997.zip |
Update upstream source from tag 'upstream/4.12.1'
Update to upstream version '4.12.1'
with Debian dir 20fc3fb6707b619235ac02b06cb881c2422626d2
Diffstat (limited to 'src/downloadwidget.h')
-rw-r--r-- | src/downloadwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/downloadwidget.h b/src/downloadwidget.h index ff9e488..074a979 100644 --- a/src/downloadwidget.h +++ b/src/downloadwidget.h @@ -52,7 +52,7 @@ #define DOWNLOADWIDGET_H
#include "ui_downloadwidget.h"
-#include "elidedlabel.h"
+#include "widgets/elidedlabel/elidedlabel.h"
#include <QFrame>
|