Performance and other fixes

This commit is contained in:
Daniel Winzen
2015-01-09 20:17:07 +01:00
parent baa57fb662
commit 4a55e1c46a
14 changed files with 26 additions and 23 deletions

View File

@@ -98,9 +98,9 @@ public:
static void restoreWidgetState( QWidget * _w, const QDomElement & _de );
void collectErrors( const QList<QString>* errors );
void collectError( const QString error );
void collectError( const QString & error );
void clearErrors();
void showErrors( const QString reason );
void showErrors( const QString & reason );
public slots:

View File

@@ -55,6 +55,8 @@ public:
m_type = p.m_type;
m_offset = p.m_offset;
m_affinity = p.m_affinity;
m_usesBuffer = p.m_usesBuffer;
m_audioPort = p.m_audioPort;
return *this;
}