mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
Actually hand linting, lol.
This commit is contained in:
parent
c6c08ed895
commit
5279a1e099
1 changed files with 5 additions and 4 deletions
|
|
@ -6,14 +6,15 @@
|
|||
#include <QListWidget>
|
||||
#include <QPushButton>
|
||||
|
||||
class DlgDefaultTagsEditor : public QDialog {
|
||||
class DlgDefaultTagsEditor : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit DlgDefaultTagsEditor(QWidget *parent = nullptr);
|
||||
|
||||
private slots:
|
||||
void addItem();
|
||||
private slots:
|
||||
void addItem();
|
||||
void deleteItem(QListWidgetItem *item);
|
||||
void confirmChanges();
|
||||
|
||||
|
|
@ -28,4 +29,4 @@ private:
|
|||
void retranslateUi();
|
||||
};
|
||||
|
||||
#endif //DLG_DEFAULT_TAGS_EDITOR_H
|
||||
#endif // DLG_DEFAULT_TAGS_EDITOR_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue