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/PacpusLib/PacpusApplication.cpp

    r89 r141  
    8484        return QApplication::notify(receiver, ev);
    8585    } catch(DbiteException & e) {
     86        (void) e; // unused
    8687        LOG_ERROR("DbiteException thrown:" << e.what());
    8788    } catch(std::exception & e) {
     89        (void) e; // unused
    8890        LOG_ERROR("std::exception thrown:" << e.what());
    8991    }
Note: See TracChangeset for help on using the changeset viewer.