Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 884431 Details for
Bug 922034
media-sound/hydrogen-1.2.2-r1 - /.../FileDialog.cpp: error: selectedFiles was not declared in this scope
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add #include <QFileDialog> to FileDialog.h to fix the build failure
hydrogen-1.2.2-missing-qfiledialog-include.patch (text/plain), 476 bytes, created by
Christian Birchinger
on 2024-02-06 22:30:03 UTC
(
hide
)
Description:
Add #include <QFileDialog> to FileDialog.h to fix the build failure
Filename:
MIME Type:
Creator:
Christian Birchinger
Created:
2024-02-06 22:30:03 UTC
Size:
476 bytes
patch
obsolete
>diff -ruN hydrogen-1.2.2.orig/src/gui/src/Widgets/FileDialog.h hydrogen-1.2.2/src/gui/src/Widgets/FileDialog.h >--- hydrogen-1.2.2.orig/src/gui/src/Widgets/FileDialog.h 2024-02-06 23:21:52.516707059 +0100 >+++ hydrogen-1.2.2/src/gui/src/Widgets/FileDialog.h 2024-02-06 23:19:33.433991583 +0100 >@@ -23,6 +23,7 @@ > #define FILEDIALOG_H > > #include <QDialog> >+#include <QFileDialog> > #include <core/Object.h> > > /** Custom file dialog checking whether the user has write access to
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 922034
:
882171
|
882172
|
882173
|
882174
|
882175
|
882176
|
882177
|
882178
| 884431