Closed dbrnz closed 8 years ago
Thanks, but TimedReply is an internal class, I see no reason to publish it. Forwarding the error signal is important as well.
OK, I'm happy with the code (I hadn't looked close enough before...). However, when using it as part of a larger project and building with CMake, the #include "o1requestor.moc"
stops the build as the file cannot be found -- with TimedReply
in o1requestor.h
(and renamed) all is well.
Would you accept a PR putting TimedReply
into the header file??
Thanks.
Sure, if this helps CMake, let's do it. Two things though:
I'm back onto this after other commitments...
AUTOMOC doesn't help so have created o1timedreply.h
and .cpp
.
I wanted to remove
#include "o1requestor.moc"
fromo1requestor.cpp
and also:looked dubious -- hopefully this is an improvement.