Home
last modified time | relevance | path

Searched refs:getDeckEditorGeometry (Results 1 – 3 of 3) sorted by relevance

/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/cockatrice/src/settings/
H A Dlayoutssettings.h35 const QByteArray getDeckEditorGeometry();
H A Dlayoutssettings.cpp18 const QByteArray LayoutsSettings::getDeckEditorGeometry() in getDeckEditorGeometry() function in LayoutsSettings
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/cockatrice/src/
H A Dtab_deck_editor.cpp562 restoreGeometry(layouts.getDeckEditorGeometry()); in loadLayout()