File tree Expand file tree Collapse file tree 2 files changed +16
-14
lines changed
Expand file tree Collapse file tree 2 files changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -662,12 +662,14 @@ int main ( int argc, char** argv )
662662
663663 if ( !strServerListFileName.isEmpty () )
664664 {
665- qInfo () << " Note:" << " Server list persistence file will only take effect when running as a directory." ;
665+ qInfo () << " Note:"
666+ << " Server list persistence file will only take effect when running as a directory." ;
666667 }
667668
668669 if ( !strServerListFilter.isEmpty () )
669670 {
670- qInfo () << " Note:" << " Server list filter will only take effect when running as a directory." ;
671+ qInfo () << " Note:"
672+ << " Server list filter will only take effect when running as a directory." ;
671673 }
672674 }
673675 else
@@ -819,7 +821,7 @@ int main ( int argc, char** argv )
819821 bIsClient = true ; // Client only - TODO: maybe a switch in interface to change to server?
820822
821823 // bUseMultithreading = true;
822- QApplication* pApp = new QApplication ( argc, argv );
824+ QApplication* pApp = new QApplication ( argc, argv );
823825# else
824826 QCoreApplication* pApp = bUseGUI ? new QApplication ( argc, argv ) : new QCoreApplication ( argc, argv );
825827# endif
@@ -875,7 +877,7 @@ int main ( int argc, char** argv )
875877 qWarning () << " No JSON-RPC support in this build." ;
876878 }
877879#else
878- CRpcServer* pRpcServer = nullptr ;
880+ CRpcServer* pRpcServer = nullptr ;
879881
880882 if ( iJsonRpcPortNumber != INVALID_PORT )
881883 {
Original file line number Diff line number Diff line change @@ -202,16 +202,16 @@ class CClientSettings : public CSettings
202202 bool bOwnFaderFirst;
203203
204204 // MIDI settings
205- int midiChannel = 0 ; // Default MIDI channel 0
206- int midiMuteMyself = 0 ;
207- int midiFaderOffset = 0 ;
208- int midiFaderCount = 0 ;
209- int midiPanOffset = 0 ;
210- int midiPanCount = 0 ;
211- int midiSoloOffset = 0 ;
212- int midiSoloCount = 0 ;
213- int midiMuteOffset = 0 ;
214- int midiMuteCount = 0 ;
205+ int midiChannel = 0 ; // Default MIDI channel 0
206+ int midiMuteMyself = 0 ;
207+ int midiFaderOffset = 0 ;
208+ int midiFaderCount = 0 ;
209+ int midiPanOffset = 0 ;
210+ int midiPanCount = 0 ;
211+ int midiSoloOffset = 0 ;
212+ int midiSoloCount = 0 ;
213+ int midiMuteOffset = 0 ;
214+ int midiMuteCount = 0 ;
215215 bool bUseMIDIController = false ;
216216 QString GetMIDIMapString () const ;
217217
You can’t perform that action at this time.
0 commit comments