Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 04cff93

Browse files
committed
Remotes Module: minor cleanup
1 parent c0da2a9 commit 04cff93

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Modules/Remotes/RemotesModule.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
*
1515
*/
1616

17-
#include <QtPlugin>
18-
#include <QFileDialog>
19-
#include <QMessageBox>
20-
2117
#include "libGitWrap/Operations/RemoteOperations.hpp"
2218

2319
#include "libMacGitverCore/App/MacGitver.hpp"
@@ -26,6 +22,10 @@
2622
#include "RemotesDlg.h"
2723
#include "RemotesModule.h"
2824

25+
#include <QtPlugin>
26+
#include <QFileDialog>
27+
#include <QMessageBox>
28+
2929
RemotesModule::RemotesModule()
3030
{
3131
}
@@ -34,9 +34,9 @@ void RemotesModule::initialize()
3434
{
3535
setupActions( this );
3636

37-
acRemotesAC->mergeInto( "RemotesMP" );
3837
acFetchAC->mergeInto( "FetchMP" );
3938
acFetchThisAC->mergeInto( "FetchThisMP" );
39+
acRemotesAC->mergeInto( "RemotesMP" );
4040
acPushAC->mergeInto( "PushMP" );
4141
}
4242

0 commit comments

Comments
 (0)