mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-03 14:34:57 -04:00
Add parent to delegate constructors.
This commit is contained in:
@@ -23,7 +23,8 @@
|
||||
#include "frequencydelegate.h"
|
||||
#include "int64validator.h"
|
||||
|
||||
FrequencyDelegate::FrequencyDelegate(const QString& units, int precision, bool group) :
|
||||
FrequencyDelegate::FrequencyDelegate(const QString& units, int precision, bool group, QObject *parent) :
|
||||
QStyledItemDelegate(parent),
|
||||
m_units(units),
|
||||
m_precision(precision),
|
||||
m_group(group)
|
||||
|
||||
Reference in New Issue
Block a user