test/data updates.
[dcpomatic.git] / src / wx / properties_dialog.h
index aeb8927b254458db68138dd4bbabe13d22e5e7b2..d489754efae4c2247d2ed8e2860594b5266a8fbe 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -21,7 +21,6 @@
 #include "table_dialog.h"
 
 class Film;
-class ThreadedStaticText;
 
 class PropertiesDialog : public TableDialog
 {
@@ -29,11 +28,10 @@ public:
        PropertiesDialog (wxWindow *, boost::shared_ptr<Film>);
 
 private:
-       std::string frames_already_encoded () const;
-
        boost::shared_ptr<Film> _film;
        wxStaticText* _frames;
        wxStaticText* _disk;
-       ThreadedStaticText* _encoded;
+
+       boost::signals2::scoped_connection _encoded_connection;
 };