Skip to content

Commit

Permalink
fix coverity warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sunderme committed Nov 23, 2018
1 parent b12a586 commit 6466391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/symbolpanel/symbollistview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include "symbollistmodel.h"
#include "utilsUI.h"

SymbolListView::SymbolListView(QWidget *parent) : QListView(parent)
SymbolListView::SymbolListView(QWidget *parent) : QListView(parent),m_symbolSize(32),m_gridSize(40)
{
setViewMode(QListView::IconMode);
setWrapping(true);
Expand Down

0 comments on commit 6466391

Please sign in to comment.