Merge pull request #5824 from lioncash/include-guard
ListProxyModel: Add missing include guard
This commit is contained in:
commit
8292d378ea
Source/Core/DolphinQt2/GameList
|
@ -2,6 +2,8 @@
|
|||
// Licensed under GPLv2+
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <QSortFilterProxyModel>
|
||||
|
||||
// This subclass of QSortFilterProxyModel transforms the raw data into a
|
||||
|
|
Loading…
Reference in New Issue