mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-15 16:59:18 +01:00
ListProxyModel: Add missing include guard
This commit is contained in:
parent
8eb1ddcea8
commit
7373474888
@ -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…
x
Reference in New Issue
Block a user