]> sigrok.org Git - pulseview.git/blobdiff - pv/widgets/exportmenu.hpp
license: remove FSF postal address from boiler plate license text
[pulseview.git] / pv / widgets / exportmenu.hpp
index 1a29128db6c7adc0412747f50f00d80b7ae4a0d7..3416c7b3b5411917613620b63265ddb62cddab09 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_WIDGETS_EXPORTMENU_HPP
@@ -40,7 +39,7 @@ class ExportMenu : public QMenu
 
 public:
        ExportMenu(QWidget *parent, std::shared_ptr<sigrok::Context> context,
-               QAction *open_action = nullptr);
+               std::vector<QAction *>open_actions = std::vector<QAction *>());
 
 private Q_SLOTS:
        void on_action(QObject *action);