X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Ftoolbars%2Fmainbar.hpp;h=0242dc9da0ec73f184902b9570c40af6716aaf7c;hp=50c30fd2a0992ded9b45032aae38888579a64fd0;hb=efdec55aec1a137460fa362a381ed1904182bfed;hpb=e0ba4f6fb263b4cc1dae96df2a0ff1e1ef8984ce diff --git a/pv/toolbars/mainbar.hpp b/pv/toolbars/mainbar.hpp index 50c30fd..0242dc9 100644 --- a/pv/toolbars/mainbar.hpp +++ b/pv/toolbars/mainbar.hpp @@ -14,8 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ #ifndef PULSEVIEW_PV_TOOLBARS_MAINBAR_HPP @@ -125,8 +124,6 @@ private: private Q_SLOTS: void show_session_error(const QString text, const QString info_text); - void capture_state_changed(int state); - void add_decoder(srd_decoder *decoder); void export_file(std::shared_ptr format, @@ -135,6 +132,7 @@ private Q_SLOTS: void on_device_selected(); void on_device_changed(); + void on_capture_state_changed(int state); void on_sample_count_changed(); void on_sample_rate_changed();