mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-02 09:38:23 +02:00
Bad Alex.
This commit is contained in:
parent
2aa38be20b
commit
bc6cd6fa85
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2003-02-15 Zack Rusin <zack@kde.org>
|
||||
|
||||
* qt/dbus-qthread.cpp: small casting fix
|
||||
|
||||
2003-02-15 Anders Carlsson <andersca@codefactory.se>
|
||||
|
||||
* dbus/dbus-errors.c: (dbus_set_error):
|
||||
|
|
|
|||
|
|
@ -108,7 +108,7 @@ dbus_qcondvar_new (void)
|
|||
static void
|
||||
dbus_qcondvar_free (DBusCondVar *cond)
|
||||
{
|
||||
QWaitCondition *cqond = static_cast<QMutex*>(mutex);
|
||||
QWaitCondition *qcond = static_cast<QWaitCondition*>(cond);
|
||||
delete qcond;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue