kdelibs/kpty
Ivailo Monev 352b640187 kpty: declare KPtyPrivate and KPtyDevicePrivate as class rather than struct
because Q_DECLARE_PUBLIC() declares class clangs emmits warning that the
classes were previously declared as structs, this change is kinda of revert
of previous series of struct <-> class warnings fixes and may need changes
in other places (such as konsole from kde-baseapps) to fix the same issues
given that now the forementioned classes declaration has changed

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-10-31 13:03:20 +02:00
..
tests generic: misc cleanups 2015-09-04 13:06:11 +00:00
CMakeLists.txt generic: misc cleanups 2015-09-06 14:43:27 +03:00
kgrantpty.c initial import 2014-11-13 01:04:59 +02:00
kpty.cpp generic: make changes required for building against katie 2015-08-11 05:56:07 +03:00
kpty.h kpty: declare KPtyPrivate and KPtyDevicePrivate as class rather than struct 2015-10-31 13:03:20 +02:00
kpty_export.h removed static libraries defines (including #if 0, watch out!) 2014-11-18 00:42:37 +00:00
kpty_p.h kpty: declare KPtyPrivate and KPtyDevicePrivate as class rather than struct 2015-10-31 13:03:20 +02:00
kptydevice.cpp kpty: declare KPtyPrivate and KPtyDevicePrivate as class rather than struct 2015-10-31 13:03:20 +02:00
kptydevice.h kpty: declare KPtyPrivate and KPtyDevicePrivate as class rather than struct 2015-10-31 13:03:20 +02:00
kptyprocess.cpp generic: use CMake moc instead of automoc4 by default 2015-02-27 07:40:26 +00:00
kptyprocess.h initial import 2014-11-13 01:04:59 +02:00