mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 16:32:16 -07:00
emit signal
This commit is contained in:
parent
4c86a61850
commit
3b2ae68941
2 changed files with 2 additions and 0 deletions
|
|
@ -715,6 +715,7 @@ void SettingsCache::setVisualDeckStorageInGame(QT_STATE_CHANGED_T value)
|
|||
{
|
||||
visualDeckStorageInGame = value;
|
||||
settings->setValue("interface/visualdeckstorageingame", visualDeckStorageInGame);
|
||||
emit visualDeckStorageInGameChanged(visualDeckStorageInGame);
|
||||
}
|
||||
|
||||
void SettingsCache::setHorizontalHand(QT_STATE_CHANGED_T _horizontalHand)
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@ signals:
|
|||
void printingSelectorCardSizeSliderVisibleChanged();
|
||||
void printingSelectorNavigationButtonsVisibleChanged();
|
||||
void visualDeckStorageCardSizeChanged();
|
||||
void visualDeckStorageInGameChanged(bool enabled);
|
||||
void horizontalHandChanged();
|
||||
void handJustificationChanged();
|
||||
void invertVerticalCoordinateChanged();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue