Corrected formatting and cleanup

This commit is contained in:
Jonathan White 2019-01-16 22:53:29 -05:00
parent d11bb247b3
commit a8e266129a
No known key found for this signature in database
GPG key ID: 440FC65F2E0C6E01
10 changed files with 791 additions and 795 deletions

View file

@ -30,19 +30,18 @@
#include "keeshare/KeeShare.h"
#endif
namespace
{
namespace {
constexpr int GeneralTabIndex = 0;
}
EntryPreviewWidget::EntryPreviewWidget(QWidget* parent)
: QWidget(parent)
, m_ui(new Ui::EntryPreviewWidget())
, m_locked(false)
, m_currentEntry(nullptr)
, m_currentGroup(nullptr)
, m_selectedTabEntry(0)
, m_selectedTabGroup(0)
: QWidget(parent)
, m_ui(new Ui::EntryPreviewWidget())
, m_locked(false)
, m_currentEntry(nullptr)
, m_currentGroup(nullptr)
, m_selectedTabEntry(0)
, m_selectedTabGroup(0)
{
m_ui->setupUi(this);