X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fmainwindow.hpp;h=93945d189f11c25f60361dfbce6a808d5280139b;hb=f30eb549fe91dde6a56f69c24f2f8169039c12a2;hp=02e1f06e205faab0d014c02aeddf1390b101bc9d;hpb=4d1ec09aed2931962808a2b103de8bf1d26e4a60;p=pulseview.git diff --git a/pv/mainwindow.hpp b/pv/mainwindow.hpp index 02e1f06..93945d1 100644 --- a/pv/mainwindow.hpp +++ b/pv/mainwindow.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_MAINWINDOW_HPP @@ -80,6 +79,8 @@ public: std::shared_ptr add_view(const QString &title, views::ViewType type, Session &session); + void remove_view(std::shared_ptr view); + std::shared_ptr add_session(); void remove_session(std::shared_ptr session);