Merge pull request #1857 from innermous/master

Typos: extra semicolons
remotes/origin/falkon
David Rosca 10 years ago
commit bf1b762fb4
  1. 2
      src/lib/3rdparty/stylehelper.cpp
  2. 2
      src/plugins/TabManager/tabmanagerwidget.cpp

@ -157,7 +157,7 @@ void StyleHelper::verticalGradient(QPainter* painter, const QRect &spanRect, con
QColor keyColor = baseColor(lightColored);
key.sprintf("mh_vertical %d %d %d %d %d",
spanRect.width(), spanRect.height(), clipRect.width(),
clipRect.height(), keyColor.rgb());;
clipRect.height(), keyColor.rgb());
QPixmap pixmap;
if (!QPixmapCache::find(key, pixmap)) {

@ -371,7 +371,7 @@ void TabManagerWidget::detachSelectedTabs(const QHash<BrowserWindow*, WebTab*> &
return;
}
BrowserWindow* newWindow = mApp->createWindow(Qz::BW_OtherRestoredWindow);;
BrowserWindow* newWindow = mApp->createWindow(Qz::BW_OtherRestoredWindow);
newWindow->move(mApp->desktop()->availableGeometry(this).topLeft() + QPoint(30, 30));
const QList<BrowserWindow*> &windows = tabsHash.uniqueKeys();

Loading…
Cancel
Save