From bd75087b59c92f3977e4781453765113d075f78b Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 6 Apr 2013 19:51:52 +0000 Subject: gui: make FS part of the main window --- src/gui/debate.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/debate.cc') diff --git a/src/gui/debate.cc b/src/gui/debate.cc index b09d80a5..efa3bb3d 100644 --- a/src/gui/debate.cc +++ b/src/gui/debate.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011, Gabriel Dos Reis. +// Copyright (C) 2011-2013, Gabriel Dos Reis. // All rights reserved. // // Redistribution and use in source and binary forms, with or without @@ -51,7 +51,7 @@ namespace OpenAxiom { } Debate::Debate(QWidget* parent, Command& cmd) - : QScrollArea(parent), conv(*this), fs(cmd.root_dir) { + : QScrollArea(parent), conv(*this) { setWidget(&conv); setViewportMargins(0, 0, 0, 0); viewport()->setAutoFillBackground(true); -- cgit v1.2.3