aboutsummaryrefslogtreecommitdiff
path: root/src/xbel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xbel.h')
-rw-r--r--src/xbel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xbel.h b/src/xbel.h
index 6ffafb1..0ff98fc 100644
--- a/src/xbel.h
+++ b/src/xbel.h
@@ -1,4 +1,4 @@
-/** LICENSE ********************************************************************
+/*******************************************************************************
**
** smolbote: yet another qute browser
** Copyright (C) 2017 Xian Nox
@@ -29,7 +29,7 @@ class QTreeWidgetItem;
class Xbel
{
public:
- Xbel(QTreeWidget *widget);
+ explicit Xbel(QTreeWidget *widget);
bool read(const QString &xbel);
bool write(const QString &xbel);