diff options
| author | Tannin <devnull@localhost> | 2013-03-27 12:32:23 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-03-27 12:32:23 +0100 |
| commit | 10485e15e4de3e1a6c30733ad2d4850591d31509 (patch) | |
| tree | d4ca59328823e5d6ff8be6f403f0eb8c5c7cf05a /src/organizer.pro | |
| parent | ec0ea9df8dabe686d3256665c7ed638660309915 (diff) | |
- some cleanup to hookdll
- exchanged grouping proxies with existing solution from the kde project
Diffstat (limited to 'src/organizer.pro')
| -rw-r--r-- | src/organizer.pro | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/organizer.pro b/src/organizer.pro index 0dbd2427..ee2d6453 100644 --- a/src/organizer.pro +++ b/src/organizer.pro @@ -77,8 +77,7 @@ SOURCES += \ gameinfoimpl.cpp \
csvbuilder.cpp \
savetextasdialog.cpp \
- modlistgroupcategoriesproxy.cpp \
- modlistgroupnexusidproxy.cpp
+ qtgroupingproxy.cpp
HEADERS += \
transfersavesdialog.h \
@@ -143,8 +142,7 @@ HEADERS += \ gameinfoimpl.h \
csvbuilder.h \
savetextasdialog.h \
- modlistgroupcategoriesproxy.h \
- modlistgroupnexusidproxy.h
+ qtgroupingproxy.h
FORMS += \
transfersavesdialog.ui \
|
