Show
Ignore:
Timestamp:
03/30/09 04:30:05 (4 years ago)
Author:
gabriel@…
Message:

Use QString::fromLocal8Bit() instead of QString::Qstring(const char*)

Only used where appropriate. If the cast is done from an ASCII
string literal (e.g. QString( "/data/" ) ), it is left as-is.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/text_encodings/gui/src/LadspaFXSelector.cpp

    r377 r938  
    216216        UNUSED( previous ); 
    217217#ifdef LADSPA_SUPPORT 
    218         //INFOLOG( "new selection: " + currentItem->text(0).toStdString() ); 
     218        //INFOLOG( "new selection: " + currentItem->text(0).toLocal8Bit().constData() ); 
    219219 
    220220        m_pOkBtn->setEnabled(false);