diff options
| author | Amaury Pouly <amaury.pouly@gmail.com> | 2014-05-02 00:32:41 +0200 |
|---|---|---|
| committer | Amaury Pouly <amaury.pouly@gmail.com> | 2014-05-11 19:54:48 +0200 |
| commit | dc869e70acaadb7ef2d96101fe8e938d53f18e65 (patch) | |
| tree | f3a3b73c239d3e3baee26e48a0183fd767f23cbd /utils/regtools/qeditor/main.cpp | |
| parent | 8d0d3cb6f5528811fabde7e08c876723febe0a0d (diff) | |
| download | rockbox-dc869e70acaadb7ef2d96101fe8e938d53f18e65.zip rockbox-dc869e70acaadb7ef2d96101fe8e938d53f18e65.tar.gz rockbox-dc869e70acaadb7ef2d96101fe8e938d53f18e65.tar.bz2 rockbox-dc869e70acaadb7ef2d96101fe8e938d53f18e65.tar.xz | |
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.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/regtools/qeditor/main.cpp b/utils/regtools/qeditor/main.cpp index 576d3a1..c1f8df6 100644 --- a/utils/regtools/qeditor/main.cpp +++ b/utils/regtools/qeditor/main.cpp @@ -5,6 +5,7 @@ int main(int argc, char *argv[]) { QApplication app(argc, argv); + app.setApplicationVersion(APP_VERSION); Backend backend;; QDir dir(QCoreApplication::applicationDirPath()); |