30 #ifndef OPENSTREAMDIALOG_H
31 #define OPENSTREAMDIALOG_H
36 class OpenStreamDialog;
71 void on_recentStreamsList_currentTextChanged(
const QString ¤tText);
74 Ui::OpenStreamDialog *ui;
78 #endif // OPENSTREAMDIALOG_H
OpenStreamDialog(QWidget *parent=0)
Constructs a new OpenStreamDialog having the specified parent.
Definition: openstreamdialog.cpp:35
std::string getSelectedUrl() const
Gets the selected stream URL.
Definition: openstreamdialog.cpp:53
void setRecentSources(const std::list< QString > &sources)
Sets the list of the recent sources for the dialog.
Definition: openstreamdialog.cpp:47
Represents a dialog for opening a stream.
Definition: openstreamdialog.h:46