license: remove FSF postal address from boiler plate license text
[pulseview.git] / pv / toolbars / mainbar.hpp
index 50c30fd2a0992ded9b45032aae38888579a64fd0..0242dc9da0ec73f184902b9570c40af6716aaf7c 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
  */
 
 #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<sigrok::OutputFormat> 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();