[Bug 142389] New: albumfolderview.cpp Compile Error with svn an 0.9.1 RC2

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[Bug 142389] New: albumfolderview.cpp Compile Error with svn an 0.9.1 RC2

David Agnese
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=142389         
           Summary: albumfolderview.cpp Compile Error with svn an 0.9.1 RC2
           Product: digikam
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: digikam-devel kde org
        ReportedBy: tno1945 laposte net


Version:           0.9.1 RC2 & svn (using KDE KDE 3.5.5)
Installed from:    Compiled From Sources
Compiler:          gcc (GCC) 3.3.2 (Mandrake Linux 10.0 3.3.2-6mdk)
OS:                Linux

I got an error while compiling svn or 0.9.1 RC2 (didn't try RC1) :

albumfolderview.cpp:1174: error: type specifier omitted for parameter

Was workging with 0.9.0 so I checked the differences.
Replacing line 1174 from :

    KFileDialog dlg(QString(), "inode/directory", this, "importFolder", true);

to

    KFileDialog dlg(QString::null, "inode/directory", this, "importFolder", true);

solved the problem.
I'm no hacker so I don't know if this will have any consequence on Digikam stability some please let me know if I can use Digikam compiled this way or if I should wait for a patch being comitted to svn.

Thanks in advance.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 142389] albumfolderview.cpp Compile Error with svn an 0.9.1 RC2

Gerhard Kulzer
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=142389         




------- Additional Comments From gerhard kulzer net  2007-03-02 10:10 -------
Changed in svn, we're back to QString::null. It doesn't hurt anyway. So lets keep it until gcc 3.3 has died out.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 142389] albumfolderview.cpp Compile Error with svn an 0.9.1 RC2

Gerhard Kulzer
In reply to this post by David Agnese
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=142389         
gerhard kulzer net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From gerhard kulzer net  2007-03-02 10:16 -------
*** Bug has been marked as fixed ***.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel