Eelke Klein
56bd304756
Improved error reporting.
2017-09-10 10:11:58 +02:00
Eelke Klein
b9bc00a389
Using a global variable to register meta types instead of the main() function.
...
Prevents needing to have extra includes in the main.
2017-09-03 14:37:12 +02:00
Eelke Klein
3befef2464
ASyncDBConnection uses Qt signals now for reporting state changes and notices
2017-09-03 10:06:32 +02:00
Eelke Klein
90d0a14b63
Fixed crash from trying to close a socket that isn't open in the first place.
2017-09-02 11:55:47 +02:00
Eelke Klein
aa50d3097e
Fixed some cases where nullptr were not correctly handled.
2017-09-01 21:07:37 +02:00
Eelke Klein
e66326472e
Removed invalid default value for the type.
...
Caused a compiler error on FreeBSD. Either because of different Qt verion (5.7) or because of clang
not sure which but that default was a nonsense left over of an older implementation anyway.
2017-09-01 10:22:13 +02:00
Eelke Klein
f32b7370dc
Switched to CMakeLists.txt per directory but most detecting is still done in
...
global one. Includes and libraries are properly propagated using
PUBLIC/INTERFACE so we do not have to repeat dependencies.
2017-08-27 13:25:16 +02:00
Eelke Klein
7c4e8e95e8
Restructured locations of source.
2017-08-27 07:36:42 +02:00