Fix some spacing transgressions.

This commit is contained in:
Jay Nabonne
2019-01-29 16:58:52 +00:00
parent 8c63c40953
commit 87f6707123
2 changed files with 3 additions and 3 deletions

View File

@@ -260,7 +260,7 @@ void wxDropTarget::DisconnectFromQWidget(QWidget* widget)
//############################################################################## //##############################################################################
wxDropSource::wxDropSource( wxWindow *win, wxDropSource::wxDropSource(wxWindow *win,
const wxIcon &WXUNUSED(copy), const wxIcon &WXUNUSED(copy),
const wxIcon &WXUNUSED(move), const wxIcon &WXUNUSED(move),
const wxIcon &WXUNUSED(none)) const wxIcon &WXUNUSED(none))
@@ -268,7 +268,7 @@ wxDropSource::wxDropSource( wxWindow *win,
{ {
} }
wxDropSource::wxDropSource( wxDataObject& data, wxDropSource::wxDropSource(wxDataObject& data,
wxWindow *win, wxWindow *win,
const wxIcon &WXUNUSED(copy), const wxIcon &WXUNUSED(copy),
const wxIcon &WXUNUSED(move), const wxIcon &WXUNUSED(move),

View File

@@ -699,7 +699,7 @@ void wxWindowQt::SetDropTarget( wxDropTarget *dropTarget )
m_dropTarget = dropTarget; m_dropTarget = dropTarget;
if (m_dropTarget != NULL) if ( m_dropTarget != NULL )
{ {
m_dropTarget->ConnectToQWidget(m_qtWindow); m_dropTarget->ConnectToQWidget(m_qtWindow);
} }