Abdelrazak Younes wrote:
Edwin Leuven wrote:
Abdelrazak Younes wrote:
D:\devel\lyx\trunk2\src\frontends\qt4\Dialogs.C(318) : error C2061:
syntax error : identifier 'QURL'
Idea someone?
clash with qt headers?
Indeed. Weird that burns just now... I'll rename this class.
Done.
SVN LOG:
Edwin Leuven wrote:
Abdelrazak Younes wrote:
D:\devel\lyx\trunk2\src\frontends\qt4\Dialogs.C(318) : error C2061:
syntax error : identifier 'QURL'
Idea someone?
clash with qt headers?
Indeed. Weird that burns just now... I'll rename this class.
Thanks,
Abdel.
Abdelrazak Younes wrote:
D:\devel\lyx\trunk2\src\frontends\qt4\Dialogs.C(318) : error C2061:
syntax error : identifier 'QURL'
Idea someone?
clash with qt headers?
i changed this in qurl.h
-#ifndef QURL_H
-#define QURL_H
+#ifndef QLURL_H
+#define QLURL_H
D:\devel\lyx\trunk2\src\frontends\qt4\Dialogs.C(318) : error C2061:
syntax error : identifier 'QURL'
Idea someone?
Abdel.