Skip to content

Commit 4d46fa3

Browse files
committed
Plugins::WebBrowser: add bookmark
1 parent 6e88e3b commit 4d46fa3

File tree

11 files changed

+1433
-15
lines changed

11 files changed

+1433
-15
lines changed

Plugins/WebBrowser/AddressCompleter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ CAddressCompleter::~CAddressCompleter()
8686

8787
void CAddressCompleter::setupUI()
8888
{
89-
setWindowFlags(Qt::ToolTip | Qt::FramelessWindowHint | Qt::NoDropShadowWindowHint);
89+
setWindowFlags(Qt::Tool /*Qt::ToolTip*/ | Qt::FramelessWindowHint | Qt::NoDropShadowWindowHint);
9090
setAttribute(Qt::WA_TranslucentBackground);
9191

9292
QVBoxLayout *mainLayout = new QVBoxLayout(this);

0 commit comments

Comments
 (0)