https://bugs.kde.org/show_bug.cgi?id=398745

TallFurryMan <eric.dejouha...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
         Resolution|WORKSFORME                  |---
             Status|RESOLVED                    |REOPENED

--- Comment #4 from TallFurryMan <eric.dejouha...@gmail.com> ---
Seems this is still possible:

bool Capture::loadSequenceQueue(const QString &fileURL)
{
    QFile sFile(fileURL);
    if (!sFile.open(QIODevice::ReadOnly))
    {
        QString message = i18n("Unable to open file %1", fileURL);
        KSNotification::sorry(message, i18n("Could Not Open File"));
        return false;
    }
(...)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to