Finish of the OtherLogs page, and (re)format page related files

This commit is contained in:
Jan Dalheimer
2014-07-12 23:02:52 +02:00
committed by Petr Mrázek
parent 5c43842359
commit 4c0dc51110
35 changed files with 423 additions and 356 deletions

View File

@@ -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)
{