Ignore:
Timestamp:
07/30/13 17:48:06 (11 years ago)
Author:
Marek Kurdej
Message:

Major update: using Boost.Log if PACPUS_USE_LOG is true.
Added: overloaded operator<< for QString (explicit instantiation).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0-beta1/src/DBITEPlayerLib/DbtPlyFileManager.cpp

    r89 r141  
    120120            dbt.pfile->open(mDbtFilenameList.at(i).toStdString(), ReadMode);
    121121        } catch (DbiteException & e) {
     122            (void) e; // unused
    122123            LOG_ERROR("cannot open DBT file \"" << mDbtFilenameList.at(i) << "\"");
    123124            LOG_DEBUG("error: " << e.what());
     
    179180void DbtPlyFileManager::displayUI()
    180181{
    181     //LOG_WARN("component '" << componentName << "' has no user interface. Please set ui property to 0 in your XML configuration");
     182    LOG_WARN("component '" << componentName << "' has no user interface. Please set ui property to 0 in your XML configuration");
    182183}
    183184
Note: See TracChangeset for help on using the changeset viewer.