diff options
| author | Roland Stigge <stigge@antcom.de> | 2018-01-16 21:37:13 +0100 | 
|---|---|---|
| committer | Roland Stigge <stigge@antcom.de> | 2018-01-16 21:37:13 +0100 | 
| commit | 24498ccff798081cbb356787881501313d707f8e (patch) | |
| tree | 53028b6009b37bc045c99cd07cec57fdad28bfb4 /src | |
| parent | 5541c410c699025b2803154008285e9c4a89db15 (diff) | |
Fixed cursor
Diffstat (limited to 'src')
| -rw-r--r-- | src/webbox.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/webbox.cpp b/src/webbox.cpp index 51b6436..995e688 100644 --- a/src/webbox.cpp +++ b/src/webbox.cpp @@ -13,7 +13,7 @@  #include <QUrlQuery>  #include <QPair> -#define PROGRAMVERSION "1.1" +#define PROGRAMVERSION "1.2"  #define BUFSIZE 1000000  // XML special characters: | 
