summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--yc.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/yc.cpp b/yc.cpp
index 783b63e..01d5cf8 100644
--- a/yc.cpp
+++ b/yc.cpp
@@ -226,6 +226,7 @@ Yc::~Yc()
}
Yc::Yc(QObject *parent) :
- QObject(parent)
+ QObject(parent),
+ selected(nullptr)
{
}