Fix a warning about KWebShortcutModelPrivate struct vs class mismatch

This commit is contained in:
Carl Schwan
2021-06-14 23:07:18 +00:00
parent 75b70dc6a2
commit c79d835b5c

View File

@@ -6,7 +6,7 @@
#include <QAbstractListModel>
#include <memory>
class KWebShortcutModelPrivate;
struct KWebShortcutModelPrivate;
//! List model of web shortcuts for a a specified selectedText.
//!