Commit Graph

13 Commits

Author SHA1 Message Date
Florian Meinicke dca11a1c36 Fix linker error in example
when building QtZeroConf as shared library: The debug operator<< for
QZeroConfService was not properly exported
2020-10-04 14:35:00 +02:00
Jonathan Bagg c286fcd2c0 Change browser protocol options so it can only be IPv4 or IPv6, not both. 2019-03-05 21:26:41 -05:00
Jonathan Bagg e92ba9936c switch from QExplicitlySharedDataPointer to QSharedPointer 2019-03-05 21:19:32 -05:00
Jonathan Bagg cc16de7b9a QZeroConfService - isValid() no longer needed 2017-11-06 20:55:55 -05:00
Jonathan Bagg 5073d2d83d Make QZeroConfService's setter functions private 2017-11-05 13:00:19 -05:00
Matthias Kollmann 6c9553bd5e Added debug operator<< to QZeroConfService
Signed-off-by: Jonathan Bagg <drwho@infidigm.net>
2017-11-02 19:36:02 -04:00
Jonathan Bagg 0cb9616e2b Change to QExplicitlySharedDataPointer 2017-11-01 20:25:16 -04:00
Jonathan Bagg 00be205f0f Move Q_DECL_EXPORT / IMPORT into qzeroconfglobal.h 2017-10-31 20:30:42 -04:00
Jonathan Bagg bf2f5b8742 fix indentations in QZeroConfService 2017-10-31 20:07:07 -04:00
Matthias Kollmann 2d21502972 spaces to tabs 2017-10-19 20:51:49 +02:00
Matthias Kollmann 846069fb19 QZeroConfService became a Q_GADGET for easy usage in QML 2017-10-17 18:46:23 +02:00
Matthias Kollmann 3ec3630048 made QZeroConfService compareable 2017-10-16 17:06:05 +02:00
Matthias Kollmann 5895c408be redesigned QZeroConfService as shared data, wip compiles on mac 2017-10-06 15:55:46 +02:00