Skip to content

Commit

Permalink
Initialize member variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pvuorela committed May 6, 2016
1 parent 898b0e2 commit 928f649
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util.cpp
Expand Up @@ -40,6 +40,7 @@ Util::Util(QSettings *settings, QObject *parent) :
newSelection(true),
iSettings(settings),
iWindow(0),
iTerm(0),
iRenderer(0)
{
connect(QGuiApplication::clipboard(), SIGNAL(dataChanged()), this, SIGNAL(clipboardOrSelectionChanged()));
Expand Down

0 comments on commit 928f649

Please sign in to comment.