aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/abiwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/abiwidget.h')
-rw-r--r--src/plugins/projectexplorer/abiwidget.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/abiwidget.h b/src/plugins/projectexplorer/abiwidget.h
index 569840bc1f..b8a64dd05c 100644
--- a/src/plugins/projectexplorer/abiwidget.h
+++ b/src/plugins/projectexplorer/abiwidget.h
@@ -29,6 +29,8 @@
#include <QWidget>
+#include <memory>
+
namespace ProjectExplorer {
class Abi;
@@ -64,7 +66,7 @@ private:
void emitAbiChanged(const Abi &current);
- Internal::AbiWidgetPrivate *const d;
+ const std::unique_ptr<Internal::AbiWidgetPrivate> d;
};
} // namespace ProjectExplorer