summaryrefslogtreecommitdiff
path: root/ui/qt/progress_bar.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-07-19 22:33:47 +0000
committerGerald Combs <gerald@wireshark.org>2012-07-19 22:33:47 +0000
commitcbb9966466c5f89dccf00c75b4e3a90ea9e226c7 (patch)
tree781f618a4f4883d233718f6b76d061568770ce7b /ui/qt/progress_bar.h
parentb859ce0a44d60e922095f388f25a013f68ddbdd4 (diff)
downloadwireshark-cbb9966466c5f89dccf00c75b4e3a90ea9e226c7.tar.gz
Remove some debugging statements. Fix the fade-in animation.
svn path=/trunk/; revision=43835
Diffstat (limited to 'ui/qt/progress_bar.h')
-rw-r--r--ui/qt/progress_bar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/progress_bar.h b/ui/qt/progress_bar.h
index 1195c588a9..a14334dadf 100644
--- a/ui/qt/progress_bar.h
+++ b/ui/qt/progress_bar.h
@@ -41,6 +41,7 @@ struct progdlg {
class ProgressBar : public QProgressBar
{
Q_OBJECT
+
public:
explicit ProgressBar(QWidget *parent = 0);
progdlg_t *show(bool animate, bool terminate_is_stop, gboolean *stop_flag, int value);