mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: remove TabBase::enter/exitEditMode() functions
Since the edit mode was removed, these became unnecessary. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
152016d293
commit
a4dbe51aee
2 changed files with 1 additions and 12 deletions
|
@ -5,15 +5,6 @@ TabBase::TabBase(QWidget *parent) : QWidget(parent)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
void TabBase::updateUi(QString titleColor)
|
void TabBase::updateUi(QString)
|
||||||
{
|
|
||||||
Q_UNUSED(titleColor)
|
|
||||||
}
|
|
||||||
|
|
||||||
void TabBase::enterEditMode()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
void TabBase::exitEditMode()
|
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,8 +14,6 @@ public:
|
||||||
virtual void updateData() = 0;
|
virtual void updateData() = 0;
|
||||||
virtual void clear() = 0;
|
virtual void clear() = 0;
|
||||||
virtual void updateUi(QString titleColor);
|
virtual void updateUi(QString titleColor);
|
||||||
virtual void enterEditMode();
|
|
||||||
virtual void exitEditMode();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue