Mercurial > hg > easyhg
comparison hgrunner.cpp @ 50:c76782c14371
* Use specific includes instead of QtCore, QtGui etc; bring in TextAbbrev class
| author | Chris Cannam |
|---|---|
| date | Thu, 11 Nov 2010 22:04:59 +0000 |
| parents | 4286836bb3c9 |
| children | f583e44d9d31 |
comparison
equal
deleted
inserted
replaced
| 49:f9b53c10a3f6 | 50:c76782c14371 |
|---|---|
| 1 /**************************************************************************** | 1 /**************************************************************************** |
| 2 ** Copyright (C) Jari Korhonen, 2010 (under lgpl) | 2 ** Copyright (C) Jari Korhonen, 2010 (under lgpl) |
| 3 ****************************************************************************/ | 3 ****************************************************************************/ |
| 4 | 4 |
| 5 #include "hgrunner.h" | 5 #include "hgrunner.h" |
| 6 #include <QtCore> | 6 |
| 7 #include <QtGui> | 7 #include <QPushButton> |
| 8 #include <QListWidget> | |
| 9 #include <QDialog> | |
| 10 #include <QLabel> | |
| 11 #include <QVBoxLayout> | |
| 8 | 12 |
| 9 #include <iostream> | 13 #include <iostream> |
| 10 #include <unistd.h> | 14 #include <unistd.h> |
| 11 | 15 |
| 12 HgRunner::HgRunner(QWidget * parent): QProgressBar(parent) | 16 HgRunner::HgRunner(QWidget * parent): QProgressBar(parent) |
