Outpus.
This commit is contained in:
parent
265ae0bfc1
commit
7d15354de2
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
fprintf(stderr, "[%s] %s: %s\n", \
|
||||
APP_LOW_NAME, \
|
||||
type_string, \
|
||||
qPrintable(message));
|
||||
message);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@ void FeedMessageViewer::initialize() {
|
|||
m_toolBar->addAction(toolButtonAction);
|
||||
m_toolBar->addAction(QIcon::fromTheme("application-exit"), "aaa");
|
||||
QAction *ac = m_toolBar->actions().at(0);
|
||||
connect(ac, SIGNAL(triggered()),
|
||||
connect(testAction, SIGNAL(triggered()),
|
||||
m_messagesView, SLOT(setAllMessagesRead()));
|
||||
|
||||
// Finish web/message browser setup.
|
||||
|
|
Loading…
Add table
Reference in a new issue