mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Use old-style member initialisers
This commit is contained in:
@@ -32,11 +32,12 @@ public:
|
||||
NetworkReply* reply;
|
||||
IODeviceCallback callback;
|
||||
QWeakPointer<HttpIODeviceReadyHandler> ref;
|
||||
bool once = false;
|
||||
bool once;
|
||||
|
||||
HttpIODeviceReadyHandler( NetworkReply* _reply, IODeviceCallback _callback )
|
||||
: reply( _reply )
|
||||
, callback( _callback )
|
||||
, once( false )
|
||||
{
|
||||
// Do Nothing
|
||||
}
|
||||
|
Reference in New Issue
Block a user