From 8cbd1444b5f766b0cd03e953defc126311a8d915 Mon Sep 17 00:00:00 2001 From: vovanec Date: Sun, 1 Jul 2007 19:55:47 +0000 Subject: addurl dialog git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@20 90c681e8-e032-0410-971d-27865f9a5e38 --- src/mainwindow.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 645bbecdb..4f2174646 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -42,6 +42,7 @@ #include "tcpserver.h" #include "jumptotrackdialog.h" #include "aboutdialog.h" +#include MainWindow::MainWindow(const QStringList& args, QWidget *parent) : QMainWindow(parent) @@ -675,3 +676,10 @@ void MainWindow::handleCloseRequest() } + +void MainWindow::addUrl( ) +{ + AddUrlDialog::popup(this,m_playListModel); +} + + -- cgit v1.2.3-13-gbd6f