openbsd-ports/databases/MyCC/patches/patch-include_CMySQLQuery_h
wilfried 307b0c43f9 update to mysqlcc-0.8.6
This program will now be referred to as "MySQL Control Center", not
"MyCC". The name of the executable file has changed from "MyCC" to
"mysqlcc" and so have all the config directories.
2002-11-05 15:55:48 +00:00

20 lines
476 B
Plaintext

$OpenBSD: patch-include_CMySQLQuery_h,v 1.1 2002/11/05 15:55:49 wilfried Exp $
--- include/CMySQLQuery.h.orig Sat Nov 2 14:47:27 2002
+++ include/CMySQLQuery.h Mon Nov 4 18:59:05 2002
@@ -100,6 +100,7 @@ public slots:
void cancel();
private:
+#if defined(QT_THREAD_SUPPORT)
class QueryThread : public QThread
{
public:
@@ -113,6 +114,7 @@ private:
ulong len;
bool res;
};
+#endif
CMySQL *m_mysql;
MYSQL_RES *mysql_res;