Added find_object namespace prefix to all signals and slots
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@381 620bd6b2-0a58-f614-fd9a-1bd335dccda9
This commit is contained in:
@@ -32,8 +32,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#include <QtCore/QPointF>
|
||||
#include <QtCore/QTime>
|
||||
|
||||
using namespace find_object;
|
||||
|
||||
TcpClient::TcpClient(QObject *parent) :
|
||||
QTcpSocket(parent),
|
||||
blockSize_(0)
|
||||
@@ -65,7 +63,7 @@ void TcpClient::readReceivedData()
|
||||
|
||||
blockSize_ = 0;
|
||||
|
||||
DetectionInfo info;
|
||||
find_object::DetectionInfo info;
|
||||
in >> info;
|
||||
|
||||
printf("---\n");
|
||||
|
||||
Reference in New Issue
Block a user