Time to get rid of the horrible coding style
This commit is contained in:
parent
534ee610d8
commit
efc594f888
53 changed files with 1137 additions and 1136 deletions
|
@ -38,15 +38,15 @@ namespace DBus {
|
|||
|
||||
struct DXXAPILOCAL PendingCall::Private
|
||||
{
|
||||
DBusPendingCall* call;
|
||||
DBusPendingCall *call;
|
||||
int dataslot;
|
||||
Slot<void, PendingCall&> slot;
|
||||
Slot<void, PendingCall &> slot;
|
||||
|
||||
Private( DBusPendingCall* );
|
||||
Private(DBusPendingCall *);
|
||||
|
||||
~Private();
|
||||
|
||||
static void notify_stub( DBusPendingCall* dpc, void* data );
|
||||
static void notify_stub(DBusPendingCall *dpc, void *data);
|
||||
};
|
||||
|
||||
} /* namespace DBus */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue