Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 275265
Collapse All | Expand All

(-)qt-x11-opensource-src-4.5.1/src/dbus/qdbusintegrator.cpp (+1 lines)
Lines 1875-1880 Link Here
1875
1875
1876
    q_dbus_message_unref(msg);
1876
    q_dbus_message_unref(msg);
1877
    pcall->replyMessage = QDBusMessage::createError(lastError);
1877
    pcall->replyMessage = QDBusMessage::createError(lastError);
1878
	pcall->connection = this;
1878
    return pcall;
1879
    return pcall;
1879
}
1880
}
1880
1881

Return to bug 275265