mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
[code] Coding style
This commit is contained in:
parent
fa491cbae4
commit
5230554943
|
@ -175,12 +175,12 @@ void Plugins::loadAvailablePlugins()
|
|||
dirs
|
||||
#if defined(QZ_WS_X11) && !defined(NO_SYSTEM_DATAPATH)
|
||||
#ifdef USE_LIBPATH
|
||||
<< USE_LIBPATH "qupzilla/"
|
||||
<< USE_LIBPATH "qupzilla/"
|
||||
#else
|
||||
<< "/usr/lib/qupzilla/"
|
||||
<< "/usr/lib/qupzilla/"
|
||||
#endif
|
||||
#endif
|
||||
<< mApp->PROFILEDIR + "plugins/";
|
||||
<< mApp->PROFILEDIR + "plugins/";
|
||||
}
|
||||
|
||||
foreach (const QString &dir, dirs) {
|
||||
|
|
|
@ -661,7 +661,7 @@ bool TabBar::event(QEvent* event)
|
|||
switch (event->type()) {
|
||||
case QEvent::ToolTip:
|
||||
if (!m_showTabPreviews) {
|
||||
QHelpEvent *ev = static_cast<QHelpEvent*>(event);
|
||||
QHelpEvent* ev = static_cast<QHelpEvent*>(event);
|
||||
int index = tabAt(ev->pos());
|
||||
|
||||
if (index >= 0) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user