ListProxyModel: Add missing include guard
This commit is contained in:
parent
8eb1ddcea8
commit
7373474888
|
@ -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