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