mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22:15 -07:00
Lint.
This commit is contained in:
parent
b82984f686
commit
5e517aee48
3 changed files with 1 additions and 2 deletions
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
#include <QPainter>
|
||||
#include <QResizeEvent>
|
||||
#include <QSet>
|
||||
|
||||
DeckPreviewColorCircleWidget::DeckPreviewColorCircleWidget(QChar color, QWidget *parent)
|
||||
: QWidget(parent), colorChar(color), circleDiameter(0), isActive(false)
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
#include "../../../../game/cards/card_database_manager.h"
|
||||
#include "../cards/deck_preview_card_picture_widget.h"
|
||||
|
||||
#include <QSet>
|
||||
#include <QFileInfo>
|
||||
#include <QVBoxLayout>
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,6 @@ void VisualDeckStorageSortWidget::showEvent(QShowEvent *event)
|
|||
void VisualDeckStorageSortWidget::updateSortOrder()
|
||||
{
|
||||
sortOrder = static_cast<SortOrder>(sortComboBox->currentIndex());
|
||||
qDebug() << "Sort order updated to: " << sortOrder;
|
||||
SettingsCache::instance().setVisualDeckStorageSortingOrder(sortComboBox->currentIndex());
|
||||
emit sortOrderChanged();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue