summaryrefslogtreecommitdiff
path: root/utils/regtools/qeditor/main.cpp
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2014-05-02 00:32:41 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2014-05-11 19:54:48 +0200
commitdc869e70acaadb7ef2d96101fe8e938d53f18e65 (patch)
treef3a3b73c239d3e3baee26e48a0183fd767f23cbd /utils/regtools/qeditor/main.cpp
parent8d0d3cb6f5528811fabde7e08c876723febe0a0d (diff)
downloadrockbox-dc869e70acaadb7ef2d96101fe8e938d53f18e65.tar.gz
rockbox-dc869e70acaadb7ef2d96101fe8e938d53f18e65.zip
qeditor: add support for deletion of items
Change-Id: I886e15585bd3bfed3303e4b845cd8960a9461277
Diffstat (limited to 'utils/regtools/qeditor/main.cpp')
-rw-r--r--utils/regtools/qeditor/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/regtools/qeditor/main.cpp b/utils/regtools/qeditor/main.cpp
index 576d3a16fc..c1f8df66d6 100644
--- a/utils/regtools/qeditor/main.cpp
+++ b/utils/regtools/qeditor/main.cpp
@@ -5,6 +5,7 @@
5int main(int argc, char *argv[]) 5int main(int argc, char *argv[])
6{ 6{
7 QApplication app(argc, argv); 7 QApplication app(argc, argv);
8 app.setApplicationVersion(APP_VERSION);
8 9
9 Backend backend;; 10 Backend backend;;
10 QDir dir(QCoreApplication::applicationDirPath()); 11 QDir dir(QCoreApplication::applicationDirPath());