mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-25 05:48:54 -04:00
Fix Qt6 Compilation Failure.
Since Qt6, forward declaration doesn't work for QList template.
This commit is contained in:
parent
4a1881586a
commit
119f09e3df
@ -2,8 +2,7 @@
|
||||
#define SUGGESTIONLISTWORKER_H
|
||||
|
||||
#include <QThread>
|
||||
|
||||
struct SuggestionData;
|
||||
#include "suggestionlistmodel.h"
|
||||
|
||||
class SuggestionListWorker : public QThread
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user