Changeset 141 in pacpusframework for branches/2.0-beta1/src/PacpusLib/PacpusApplication.cpp
- Timestamp:
- Jul 30, 2013, 5:48:06 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0-beta1/src/PacpusLib/PacpusApplication.cpp
r89 r141 84 84 return QApplication::notify(receiver, ev); 85 85 } catch(DbiteException & e) { 86 (void) e; // unused 86 87 LOG_ERROR("DbiteException thrown:" << e.what()); 87 88 } catch(std::exception & e) { 89 (void) e; // unused 88 90 LOG_ERROR("std::exception thrown:" << e.what()); 89 91 }
Note:
See TracChangeset
for help on using the changeset viewer.