mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Allow more than one media file when importing from the web
To import media files from the web, increas the size of the dialog box and allow several URLs separated by newlines. Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
parent
bc2de35242
commit
96e825fb2e
5 changed files with 59 additions and 52 deletions
|
@ -279,7 +279,7 @@ URLDialog::URLDialog(QWidget *parent) : QDialog(parent)
|
|||
|
||||
QString URLDialog::url() const
|
||||
{
|
||||
return ui.urlField->text();
|
||||
return ui.urlField->toPlainText();
|
||||
}
|
||||
|
||||
bool isGnome3Session()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue