Skip to content

Commit

Permalink
Fix krazy2 explicit test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
netterfield committed Jan 8, 2014
1 parent 75757d6 commit 7163a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libkst/datasource.h
Expand Up @@ -351,7 +351,7 @@ class KSTCORE_EXPORT DataSourceConfigWidget : public QWidget
Q_OBJECT

public:
DataSourceConfigWidget(QSettings&); // will be reparented later
explicit DataSourceConfigWidget(QSettings&); // will be reparented later
virtual ~DataSourceConfigWidget();

QSettings& settings() const;
Expand Down

0 comments on commit 7163a33

Please sign in to comment.