diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-12-28 20:09:08 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-12-28 20:09:08 +0100 |
commit | 5ca98829f7c5bf504e78bd51e6ceb534c023ae05 (patch) | |
tree | 2e624400f17b2b8220431a500e4ffc9f3671e4a7 /src/timeline/InputBar.h | |
parent | Misc clang-tidy fixes (diff) | |
download | nheko-5ca98829f7c5bf504e78bd51e6ceb534c023ae05.tar.xz |
Some qt6 prep
Diffstat (limited to 'src/timeline/InputBar.h')
-rw-r--r-- | src/timeline/InputBar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeline/InputBar.h b/src/timeline/InputBar.h index 65593244..c63a8618 100644 --- a/src/timeline/InputBar.h +++ b/src/timeline/InputBar.h @@ -5,6 +5,7 @@ #pragma once #include <QObject> +#include <QStringList> #include <QTimer> #include <deque> @@ -15,7 +16,6 @@ class TimelineModel; class CombinedImagePackModel; class QMimeData; class QDropEvent; -class QStringList; enum class MarkdownOverride { |