Fix some spacing transgressions.
This commit is contained in:
@@ -260,7 +260,7 @@ void wxDropTarget::DisconnectFromQWidget(QWidget* widget)
|
||||
|
||||
//##############################################################################
|
||||
|
||||
wxDropSource::wxDropSource( wxWindow *win,
|
||||
wxDropSource::wxDropSource(wxWindow *win,
|
||||
const wxIcon &WXUNUSED(copy),
|
||||
const wxIcon &WXUNUSED(move),
|
||||
const wxIcon &WXUNUSED(none))
|
||||
@@ -268,7 +268,7 @@ wxDropSource::wxDropSource( wxWindow *win,
|
||||
{
|
||||
}
|
||||
|
||||
wxDropSource::wxDropSource( wxDataObject& data,
|
||||
wxDropSource::wxDropSource(wxDataObject& data,
|
||||
wxWindow *win,
|
||||
const wxIcon &WXUNUSED(copy),
|
||||
const wxIcon &WXUNUSED(move),
|
||||
|
@@ -699,7 +699,7 @@ void wxWindowQt::SetDropTarget( wxDropTarget *dropTarget )
|
||||
|
||||
m_dropTarget = dropTarget;
|
||||
|
||||
if (m_dropTarget != NULL)
|
||||
if ( m_dropTarget != NULL )
|
||||
{
|
||||
m_dropTarget->ConnectToQWidget(m_qtWindow);
|
||||
}
|
||||
|
Reference in New Issue
Block a user