1
0
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:
srcejon
2024-04-10 01:33:42 +01:00
parent 6979117b26
commit 5e79f06c0e
12 changed files with 28 additions and 20 deletions
+2 -1
View File
@@ -22,7 +22,8 @@
#include "timedelegate.h"
TimeDelegate::TimeDelegate(QString format) :
TimeDelegate::TimeDelegate(QString format, QObject *parent) :
QStyledItemDelegate(parent),
m_format(format)
{
}