ListProxyModel: Add missing include guard

This commit is contained in:
Lioncash 2017-07-24 19:28:50 -04:00
parent 8eb1ddcea8
commit 7373474888
1 changed files with 2 additions and 0 deletions

View File

@ -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