From: Mikko Keinänen Date: Tue, 7 Dec 2010 20:44:00 +0000 (+0200) Subject: Started implementing StringListDelegate. X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;ds=sidebyside;h=7b4c64a57f8ffc90324df0d7c44b2d47525a4a3a;p=emufront Started implementing StringListDelegate. --- diff --git a/src/emufront.pro b/src/emufront.pro index fc11c07..3e131d9 100644 --- a/src/emufront.pro +++ b/src/emufront.pro @@ -93,7 +93,8 @@ HEADERS += mainwindow.h \ views/mediatypeeditview.h \ views/emufrontfileobjecteditview.h \ views/emufronteditview.h \ - delegates/comboboxdelegate.h + delegates/comboboxdelegate.h \ + delegates/stringlistdelegate.h SOURCES += main.cpp \ mainwindow.cpp \ db/databasemanager.cpp \ @@ -162,7 +163,8 @@ SOURCES += main.cpp \ views/mediatypeeditview.cpp \ views/emufrontfileobjecteditview.cpp \ views/emufronteditview.cpp \ - delegates/comboboxdelegate.cpp + delegates/comboboxdelegate.cpp \ + delegates/stringlistdelegate.cpp OTHER_FILES += CONFIG += mobility