Unindent contents of anonymous namespaces
No real changes, only formatting.
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
|
||||
namespace
|
||||
{
|
||||
|
||||
wxString DataFormatIdToMimeType(wxDataFormatId formatId)
|
||||
{
|
||||
switch ( formatId )
|
||||
@@ -45,7 +46,8 @@ namespace
|
||||
return "";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
} // anonymous namespace
|
||||
|
||||
wxDataFormat::wxDataFormat(wxDataFormatId formatId)
|
||||
{
|
||||
|
@@ -23,6 +23,7 @@
|
||||
|
||||
namespace
|
||||
{
|
||||
|
||||
wxDragResult DropActionToDragResult(Qt::DropAction action)
|
||||
{
|
||||
switch ( action )
|
||||
@@ -117,7 +118,8 @@ namespace
|
||||
private:
|
||||
const QMimeData*& m_targetMimeData;
|
||||
};
|
||||
}
|
||||
|
||||
} // anonymous namespace
|
||||
|
||||
class wxDropTarget::Impl : public QObject
|
||||
{
|
||||
|
Reference in New Issue
Block a user