Add a new page that can show all sorts of logs
This commit is contained in:
parent
aba1f89e2a
commit
5c43842359
29 changed files with 622 additions and 146 deletions
|
@ -1,17 +1,17 @@
|
|||
#include "NotesPage.h"
|
||||
#include "ui_NotesPage.h"
|
||||
|
||||
QString NotesPage::displayName()
|
||||
QString NotesPage::displayName() const
|
||||
{
|
||||
return tr("Notes");
|
||||
}
|
||||
|
||||
QIcon NotesPage::icon()
|
||||
QIcon NotesPage::icon() const
|
||||
{
|
||||
return QIcon::fromTheme("news");
|
||||
}
|
||||
|
||||
QString NotesPage::id()
|
||||
QString NotesPage::id() const
|
||||
{
|
||||
return "notes";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue