comparison mainwindow.h @ 98:3e6c3281fb97

* Wire up the basic Hg actions again
author Chris Cannam
date Wed, 24 Nov 2010 17:11:44 +0000
parents 87ef2fa9ee8b
children 0bd32aedc6f6
comparison
equal deleted inserted replaced
97:05203e53b92a 98:3e6c3281fb97
1 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ 1 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
2 2
3 /* 3 /*
4 EasyMercurial 4 EasyMercurial
5 5
6 Based on HgExplorer by Jari Korhonen 6 Based on hgExplorer by Jari Korhonen
7 Copyright (c) 2010 Jari Korhonen 7 Copyright (c) 2010 Jari Korhonen
8 Copyright (c) 2010 Chris Cannam 8 Copyright (c) 2010 Chris Cannam
9 Copyright (c) 2010 Queen Mary, University of London 9 Copyright (c) 2010 Queen Mary, University of London
10 10
11 This program is free software; you can redistribute it and/or 11 This program is free software; you can redistribute it and/or
67 { 67 {
68 Q_OBJECT 68 Q_OBJECT
69 69
70 public: 70 public:
71 MainWindow(); 71 MainWindow();
72 HgTabWidget *hgExp; 72 HgTabWidget *hgTabs;
73 void writeSettings(); 73 void writeSettings();
74 74
75 //Paths to remote repo & workfolder 75 //Paths to remote repo & workfolder
76 //Local repo is directory "./hg/" under work folder 76 //Local repo is directory "./hg/" under work folder
77 QString remoteRepoPath; 77 QString remoteRepoPath;