mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 04:43:24 +00:00
Fix constructor
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
af13ba7d44
commit
4e7bd86e07
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ void ColumnDropCSVView::dropEvent(QDropEvent *event)
|
|||
|
||||
}
|
||||
|
||||
ColumnNameResult::ColumnNameResult(QObject *parent)
|
||||
ColumnNameResult::ColumnNameResult(QObject *parent) : QAbstractTableModel(parent)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue