selection bugs at import and delete fixed
This commit is contained in:
parent
f866de1137
commit
50809e7a7c
7 changed files with 55 additions and 12 deletions
|
@ -24,6 +24,16 @@ ProfileWidget::ProfileWidget(QWidget *parent) : QWidget(parent)
|
|||
|
||||
}
|
||||
|
||||
ProfileWidget::~ProfileWidget()
|
||||
{
|
||||
}
|
||||
|
||||
bool ProfileWidget::isSelected()
|
||||
{
|
||||
qDebug() << "ProfileWidget got used without overwrite";
|
||||
return false;
|
||||
}
|
||||
|
||||
void ProfileWidget::setSelectionMode(bool selectionMode)
|
||||
{
|
||||
qDebug() << "ProfileWidget got used without overwrite, result:" << selectionMode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue