Finish of the OtherLogs page, and (re)format page related files
This commit is contained in:
committed by
Petr Mrázek
parent
5c43842359
commit
4c0dc51110
@@ -1,21 +1,6 @@
|
||||
#include "NotesPage.h"
|
||||
#include "ui_NotesPage.h"
|
||||
|
||||
QString NotesPage::displayName() const
|
||||
{
|
||||
return tr("Notes");
|
||||
}
|
||||
|
||||
QIcon NotesPage::icon() const
|
||||
{
|
||||
return QIcon::fromTheme("news");
|
||||
}
|
||||
|
||||
QString NotesPage::id() const
|
||||
{
|
||||
return "notes";
|
||||
}
|
||||
|
||||
NotesPage::NotesPage(BaseInstance *inst, QWidget *parent)
|
||||
: QWidget(parent), ui(new Ui::NotesPage), m_inst(inst)
|
||||
{
|
||||
|
Reference in New Issue
Block a user