Skip to content

Commit

Permalink
Fixed 3 warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
riuson committed Dec 26, 2010
1 parent 79583f9 commit 6d735c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controls/editortabfont.cpp
Expand Up @@ -87,9 +87,9 @@ bool EditorTabFont::load(const QString &fileName)
{
this->mDocumentName = root.attribute("name", fileName);

QString chars, fontFamily, style;
QString fontFamily, style;
int size = 0;
bool monospaced, antialiasing;
bool monospaced = false, antialiasing = false;

QDomNode n = root.firstChild();
while( !n.isNull() )
Expand Down

0 comments on commit 6d735c3

Please sign in to comment.