X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Ftoolbars%2Fmainbar.hpp;h=0e58fbae8163842b0a80a267158a8466ef6d8715;hp=a47288c736c022b415e5cece48fd9bb81ac68197;hb=6f925ba9d6faf1077b73c5a5808259576081716a;hpb=f4ce3e772e3dad5b59f1ab27a6a3c01fdbfb8e1d diff --git a/pv/toolbars/mainbar.hpp b/pv/toolbars/mainbar.hpp index a47288c..0e58fba 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 @@ -40,13 +39,15 @@ #include #include +using std::shared_ptr; + namespace sigrok { class Device; class InputFormat; class OutputFormat; } -Q_DECLARE_METATYPE(std::shared_ptr) +Q_DECLARE_METATYPE(shared_ptr) class QAction; @@ -127,9 +128,9 @@ private Q_SLOTS: void add_decoder(srd_decoder *decoder); - void export_file(std::shared_ptr format, + void export_file(shared_ptr format, bool selection_only = false); - void import_file(std::shared_ptr format); + void import_file(shared_ptr format); void on_device_selected(); void on_device_changed();