Home
last modified time | relevance | path

Searched refs:message (Results 1 – 16 of 16) sorted by relevance

/glogg/glogg/src/
H A Dqfnotifications.h
H A Ddbusexternalcom.cpp
H A Dquickfindwidget.cpp
H A Dquickfind.h
H A Dquickfindwidget.h
H A Dabstractlogview.h
/glogg/src/
H A Dqfnotifications.h31 virtual QString message() const = 0;
47 QString message() const { in message() function
54 QString message() const { in message() function
65 QString message() const { in message() function
H A Ddbusexternalcom.cpp48 LOG(logERROR) << qPrintable(QDBusConnection::sessionBus().lastError().message()); in startListening()
53 LOG(logERROR) << qPrintable(QDBusConnection::sessionBus().lastError().message()); in startListening()
101 << qPrintable( reply.error().message() ); in loadFile()
111 << qPrintable( reply.error().message() ); in getVersion()
H A Dquickfindwidget.cpp117 void QuickFindWidget::notify( const QFNotification& message ) in notify() argument
121 notificationText_->setText( message.message() ); in notify()
H A Dquickfind.h60 void notify( const QFNotification& message );
120 void notify( const QFNotification& message );
H A Dquickfindwidget.h54 void notify( const QFNotification& message );
H A Dabstractlogview.h221 void notifyQuickFind( const QFNotification& message );
/glogg/glogg/
H A Dglogg.pro
/glogg/
H A Dglogg.pro108 message(Building using system dynamic Boost libraries)
119 message(Building using static Boost libraries at $$BOOST_PATH)
124 message( "'old' version of Boost" )
128 message( "'new' version of Boost" )
156 message("markdown not found, HTML doc will not be generated")
222 message("Using specified log level: $$LOG_LEVEL")
252 message("Support for D-BUS will be included")
259 message("Support for D-BUS will NOT be included")
261 message("Support for cross-platform IPC will be included")
270 message("Version checker will be included")
[all …]
/glogg/glogg/tests/
H A DCMakeLists.txt
/glogg/tests/
H A DCMakeLists.txt33 message(STATUS "The compiler ${CMAKE_CXX_COMPILER} has no C++11 support.")