aboutsummaryrefslogtreecommitdiff
path: root/src/gui/debate.h
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-04-06 19:51:52 +0000
committerdos-reis <gdr@axiomatics.org>2013-04-06 19:51:52 +0000
commitbd75087b59c92f3977e4781453765113d075f78b (patch)
treee32b1b1cd3bcf62a62a860938eefe900fb7a6439 /src/gui/debate.h
parentc23c47f33c926a01dde7a2f1da28ab1f863de6b5 (diff)
downloadopen-axiom-bd75087b59c92f3977e4781453765113d075f78b.tar.gz
gui: make FS part of the main window
Diffstat (limited to 'src/gui/debate.h')
-rw-r--r--src/gui/debate.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gui/debate.h b/src/gui/debate.h
index 6fc9b84d..35463fcc 100644
--- a/src/gui/debate.h
+++ b/src/gui/debate.h
@@ -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
@@ -48,7 +48,6 @@ namespace OpenAxiom {
~Debate();
Conversation* exchanges() { return &conv; }
- Filesystem* filesystem() { return &fs; }
protected:
void resizeEvent(QResizeEvent*);
@@ -58,7 +57,6 @@ namespace OpenAxiom {
private:
Conversation conv;
- Filesystem fs;
};
}