mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-12 01:17:55 +03:00
fix typo and trigger signal
This commit is contained in:
parent
1e8fc4a739
commit
bc262d7b00
@ -1896,7 +1896,7 @@ void DockView::saveConfig()
|
||||
config.writeEntry("onPrimary", m_onPrimary);
|
||||
config.writeEntry("session", (int)m_session);
|
||||
config.writeEntry("dockWindowBehavior", m_dockWinBehavior);
|
||||
this->containment()->configNeedsSaving();
|
||||
emit this->containment()->configNeedsSaving();
|
||||
}
|
||||
|
||||
void DockView::restoreConfig()
|
||||
|
@ -18,8 +18,8 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef NOWDOCKVIEW_H
|
||||
#define NOWDOCKVIEW_H
|
||||
#ifndef DOCKVIEW_H
|
||||
#define DOCKVIEW_H
|
||||
|
||||
#include "plasmaquick/configview.h"
|
||||
#include "plasmaquick/containmentview.h"
|
||||
|
Loading…
Reference in New Issue
Block a user