mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 00:42:14 -07:00
Lint.
This commit is contained in:
parent
d7590e54fd
commit
b94519814c
3 changed files with 4 additions and 4 deletions
|
|
@ -56,4 +56,3 @@ QStringList VisualDeckStorageSearchWidget::filterFiles(const QStringList &files,
|
|||
|
||||
return filteredFiles;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,8 @@ class VisualDeckStorageSearchWidget : public QWidget
|
|||
|
||||
public:
|
||||
explicit VisualDeckStorageSearchWidget(VisualDeckStorageWidget *parent);
|
||||
QString getSearchText();QStringList filterFiles(const QStringList&files, const QString&searchText);
|
||||
QString getSearchText();
|
||||
QStringList filterFiles(const QStringList &files, const QString &searchText);
|
||||
|
||||
private:
|
||||
QHBoxLayout *layout;
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
#ifndef VISUAL_DECK_STORAGE_WIDGET_H
|
||||
#define VISUAL_DECK_STORAGE_WIDGET_H
|
||||
|
||||
#include "visual_deck_storage_search_widget.h"
|
||||
#include "../../../../deck/deck_list_model.h"
|
||||
#include "../../../../deck/deck_view.h"
|
||||
#include "../../../ui/widgets/cards/deck_preview_card_picture_widget.h"
|
||||
#include "../../../ui/widgets/general/layout_containers/flow_widget.h"
|
||||
#include "../cards/card_size_widget.h"
|
||||
#include "visual_deck_storage_search_widget.h"
|
||||
|
||||
#include <QFileSystemModel>
|
||||
|
||||
|
|
@ -40,7 +40,7 @@ private:
|
|||
DeckListModel *deckListModel;
|
||||
QMap<QString, DeckViewCardContainer *> cardContainers;
|
||||
|
||||
SortOrder sortOrder; // Current sorting option
|
||||
SortOrder sortOrder; // Current sorting option
|
||||
VisualDeckStorageSearchWidget *searchWidget;
|
||||
CardSizeWidget *cardSizeWidget;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue