Chris@331: /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ Chris@331: Chris@331: /* Chris@331: EasyMercurial Chris@331: Chris@331: Based on hgExplorer by Jari Korhonen Chris@331: Copyright (c) 2010 Jari Korhonen Chris@331: Copyright (c) 2011 Chris Cannam Chris@331: Copyright (c) 2011 Queen Mary, University of London Chris@331: Chris@331: This program is free software; you can redistribute it and/or Chris@331: modify it under the terms of the GNU General Public License as Chris@331: published by the Free Software Foundation; either version 2 of the Chris@331: License, or (at your option) any later version. See the file Chris@331: COPYING included with this distribution for more information. Chris@331: */ Chris@331: Chris@331: #ifndef ANNOTATE_DIALOG_H Chris@331: #define ANNOTATE_DIALOG_H Chris@331: Chris@331: #include Chris@331: Chris@331: class AnnotateDialog : public QDialog Chris@331: { Chris@331: Q_OBJECT Chris@331: Chris@331: public: Chris@331: AnnotateDialog(QWidget *parent, QString output); Chris@331: }; Chris@331: Chris@331: #endif