mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 15:34:57 -04:00
Add parent to delegate constructors.
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
|
||||
#include "timedelegate.h"
|
||||
|
||||
TimeDelegate::TimeDelegate(QString format) :
|
||||
TimeDelegate::TimeDelegate(QString format, QObject *parent) :
|
||||
QStyledItemDelegate(parent),
|
||||
m_format(format)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user