mirror of
https://github.com/LMMS/lmms.git
synced 2026-04-01 21:04:18 -04:00
Merge branch 'master' into ed_refac
Conflicts: src/gui/editors/PianoRoll.cpp
This commit is contained in:
@@ -1235,7 +1235,7 @@ void MainWindow::collectErrors(const QList<QString>* errors )
|
||||
|
||||
|
||||
|
||||
void MainWindow::collectError( const QString error )
|
||||
void MainWindow::collectError( const QString & error )
|
||||
{
|
||||
m_errors->append( error );
|
||||
}
|
||||
@@ -1249,7 +1249,7 @@ void MainWindow::clearErrors()
|
||||
|
||||
|
||||
|
||||
void MainWindow::showErrors( const QString message )
|
||||
void MainWindow::showErrors( const QString & message )
|
||||
{
|
||||
if ( m_errors->length() != 0 )
|
||||
{ QString* errors = new QString();
|
||||
|
||||
Reference in New Issue
Block a user