mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
Merge pull request #5824 from lioncash/include-guard
ListProxyModel: Add missing include guard
This commit is contained in:
commit
8292d378ea
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
// Licensed under GPLv2+
|
// Licensed under GPLv2+
|
||||||
// Refer to the license.txt file included.
|
// Refer to the license.txt file included.
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#include <QSortFilterProxyModel>
|
#include <QSortFilterProxyModel>
|
||||||
|
|
||||||
// This subclass of QSortFilterProxyModel transforms the raw data into a
|
// This subclass of QSortFilterProxyModel transforms the raw data into a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue