diff options
| author | Tannin <devnull@localhost> | 2013-12-07 16:07:28 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-12-07 16:07:28 +0100 |
| commit | b32457a7d2af4aeb095308c7f358a7a398ad849e (patch) | |
| tree | 5fb9e4805a1bd51d6512169651255ea57cc11a8f /src/mainwindow.h | |
| parent | a0335d0a63ada3ad4ecb021476e46fa7fdcdbb7a (diff) | |
- minor text fixes
- versions without a subminor version are now displayed without it (1.1 instead of 1.1.0)
- version compares now prefer the decimal comparison over the traditional
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 5a8278f9..197ac73c 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -272,7 +272,7 @@ private: static void setupNetworkProxy(bool activate); void activateProxy(bool activate); - QTranslator *installTranslator(const QString &name); + void installTranslator(const QString &name); private: |
