mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
fix build warning
This commit is contained in:
parent
b6ecc2eae1
commit
4f4652dc3a
@ -77,7 +77,7 @@ public:
|
|||||||
VNavigationMode::showNavigation(m_widget);
|
VNavigationMode::showNavigation(m_widget);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool handleKeyNavigation(int p_key, bool &p_succeed)
|
bool handleKeyNavigation(int p_key, bool &p_succeed) Q_DECL_OVERRIDE
|
||||||
{
|
{
|
||||||
static bool secondKey = false;
|
static bool secondKey = false;
|
||||||
|
|
||||||
|
@ -10,8 +10,8 @@ VTagLabel::VTagLabel(const QString &p_text,
|
|||||||
bool p_useFullText,
|
bool p_useFullText,
|
||||||
QWidget *p_parent)
|
QWidget *p_parent)
|
||||||
: QWidget(p_parent),
|
: QWidget(p_parent),
|
||||||
m_useFullText(p_useFullText),
|
m_text(p_text),
|
||||||
m_text(p_text)
|
m_useFullText(p_useFullText)
|
||||||
{
|
{
|
||||||
setupUI();
|
setupUI();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user