We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0e1dc commit 77d08b5Copy full SHA for 77d08b5
src/dialogs/linkdialog.cpp
@@ -21,6 +21,10 @@
21
#include "ui_linkdialog.h"
22
#include "widgets/navigationwidget.h"
23
24
+#if (QT_VERSION < QT_VERSION_CHECK(5, 14, 0))
25
+#include <memory>
26
+#endif
27
+
28
LinkDialog::LinkDialog(int page, const QString &dialogTitle, QWidget *parent)
29
: MasterDialog(parent), ui(new Ui::LinkDialog) {
30
ui->setupUi(this);
0 commit comments