Clean some empty lines to match original code
This commit is contained in:
parent
61f25b5644
commit
7c73b93b9f
2 changed files with 0 additions and 4 deletions
|
@ -447,7 +447,6 @@ void CChannelFader::SetChannelInfos ( const CChannelInfo& cChanInfo )
|
||||||
|
|
||||||
|
|
||||||
// Label text --------------------------------------------------------------
|
// Label text --------------------------------------------------------------
|
||||||
|
|
||||||
// break text at predefined position
|
// break text at predefined position
|
||||||
const int iBreakPos = MAX_LEN_FADER_TAG / 2;
|
const int iBreakPos = MAX_LEN_FADER_TAG / 2;
|
||||||
|
|
||||||
|
@ -769,10 +768,8 @@ void CAudioMixerBoard::HideAll()
|
||||||
iMyChannelID = INVALID_INDEX;
|
iMyChannelID = INVALID_INDEX;
|
||||||
|
|
||||||
// use original order of channel (by server ID)
|
// use original order of channel (by server ID)
|
||||||
|
|
||||||
ChangeFaderOrder ( false, ST_BY_NAME );
|
ChangeFaderOrder ( false, ST_BY_NAME );
|
||||||
|
|
||||||
|
|
||||||
// emit status of connected clients
|
// emit status of connected clients
|
||||||
emit NumClientsChanged ( 0 ); // -> no clients connected
|
emit NumClientsChanged ( 0 ); // -> no clients connected
|
||||||
}
|
}
|
||||||
|
|
|
@ -49,7 +49,6 @@ class CChannelFader : public QObject
|
||||||
public:
|
public:
|
||||||
CChannelFader ( QWidget* pNW );
|
CChannelFader ( QWidget* pNW );
|
||||||
|
|
||||||
|
|
||||||
QString GetReceivedName() { return cReceivedChanInfo.strName; }
|
QString GetReceivedName() { return cReceivedChanInfo.strName; }
|
||||||
int GetReceivedInstrument() { return cReceivedChanInfo.iInstrument; }
|
int GetReceivedInstrument() { return cReceivedChanInfo.iInstrument; }
|
||||||
void SetChannelInfos ( const CChannelInfo& cChanInfo );
|
void SetChannelInfos ( const CChannelInfo& cChanInfo );
|
||||||
|
|
Loading…
Add table
Reference in a new issue