nesca/DrawerTh_HorNet.h
cora32 ada13732ae Merge branch 'master' of https://github.com/cora32/nesca
Conflicts:
	00000036.wav
	ActivityDrawerTh_HorNet.cpp
	ActivityDrawerTh_HorNet.h
	CheckKey_Th.cpp
	CheckKey_Th.h
	CheckProxy_Th.cpp
	CheckProxy_Th.h
	DrawerTh_GridQoSScanner.cpp
	DrawerTh_GridQoSScanner.h
	DrawerTh_HorNet.cpp
	DrawerTh_HorNet.h
	DrawerTh_ME2Scanner.cpp
	DrawerTh_ME2Scanner.h
	DrawerTh_QoSScanner.cpp
	DrawerTh_QoSScanner.h
	DrawerTh_VoiceScanner.cpp
	DrawerTh_VoiceScanner.h
	IRCPinger_Th.cpp
	IRCPinger_Th.h
	STh.cpp
	STh.h
	connector.cpp
	finder.cpp
	irc_nmblinker.cpp
	irc_nmblinker.h
	login.txt
	main.cpp
	msgcheckerthread.cpp
	msgcheckerthread.h
	negatives.txt
	nesca_3.cpp
	nesca_3.h
	nesca_3.qrc
	nesca_3.ui
	nesca_startModule.cpp
	oIRC_Th.cpp
	oIRC_Th.h
	pass.txt
	piestat.cpp
	piestat.h
	progressbardrawer.cpp
	progressbardrawer.h
	resource.h
	sshpass.txt
	vercheckerthread.cpp
	vercheckerthread.h
	wflogin.txt
	wfpass.txt
2014-09-07 22:07:40 +03:00

56 lines
1.1 KiB
C++

<<<<<<< HEAD
#ifndef DRAWERTH_HORNET_H
#define DRAWERTH_HORNET_H
#pragma once
#include "nesca_3.h"
#include "resource.h"
class DrawerTh_HorNet : public QThread
{
Q_OBJECT
public:
static void doEmitionDrawGrid();
static void doEmitionAddLine(int x1, int y1, int x2, int y2);
static void doEmitionAddDelimLines();
public: signals: void sAddDelimLines();
public: signals: void sAddLine(int, int, int, int);
public: signals: void sDrawGrid();
protected:
void run();
};
extern DrawerTh_HorNet *dtHN;
#endif // DRAWERTH_HORNET_H
=======
#ifndef DRAWERTH_HORNET_H
#define DRAWERTH_HORNET_H
#pragma once
#include "nesca_3.h"
#include "resource.h"
class DrawerTh_HorNet : public QThread
{
Q_OBJECT
public:
static void doEmitionDrawGrid();
static void doEmitionAddLine(int x1, int y1, int x2, int y2);
static void doEmitionAddDelimLines();
public: signals: void sAddDelimLines();
public: signals: void sAddLine(int, int, int, int);
public: signals: void sDrawGrid();
protected:
void run();
};
extern DrawerTh_HorNet *dtHN;
#endif // DRAWERTH_HORNET_H
>>>>>>> 5d30af667b7f24c6e91d2bf1888215f755b4378d