mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-11 13:18:13 +03:00
update layoutstable remove function
This commit is contained in:
parent
188aa10b40
commit
519decb85c
@ -257,7 +257,7 @@ void LayoutsTable::clear()
|
||||
m_layouts.clear();
|
||||
}
|
||||
|
||||
void LayoutsTable::removeLayout(const QString &id)
|
||||
void LayoutsTable::remove(const QString &id)
|
||||
{
|
||||
const int pos = indexOf(id);
|
||||
|
||||
|
@ -67,7 +67,7 @@ public:
|
||||
|
||||
void clear();
|
||||
void remove(const int &row);
|
||||
void removeLayout(const QString &id);
|
||||
void remove(const QString &id);
|
||||
void setLayoutForFreeActivities(const QString &id);
|
||||
|
||||
protected:
|
||||
|
Loading…
Reference in New Issue
Block a user