Hi
Viktor Szakáts wrote:
>
> Is it intentional that you've added some parts which aren't
> required for some files?
>
> F.e. QTextDocumentFragment isn't needed for hbqt_qtextdocument.cpp.
>
No, general error in copy and paste operations.
Regards
Pritpal Bedi
--
View this message in conte
Hello
Viktor Szakáts wrote:
>
> I'm also thinking how to make it more efficient.
>
> What could be done is to remove from hbqt.h,
> but in this case missing (and more granular) dependencies
> should be added to each source file explicitly.
>
> F.e. for QFont it's enough to add instead of
>
Is it intentional that you've added some parts which aren't
required for some files?
F.e. QTextDocumentFragment isn't needed for hbqt_qtextdocument.cpp.
Brgds,
Viktor
On 2009.07.01., at 17:48, vouch...@users.sourceforge.net wrote:
Revision: 11589
http://harbour-project.svn.sourcefor
I'm also thinking how to make it more efficient.
What could be done is to remove from hbqt.h,
but in this case missing (and more granular) dependencies
should be added to each source file explicitly.
F.e. for QFont it's enough to add instead of
the whole QWidget header, which is huge.
I belie
Hi Viktor
Viktor Szakáts wrote:
>
> The reason for the quickness is that the files are
> not compiled at all now.
>
> QT_VERSION needs qtglobal.h to work, if qtglobal.h
> is dropped, QT_VERSION will be empty.
>
Damm!! :-((
I did not build any app after it, sorry.
Please fix it.
Regards
Hi Pritpal,
The reason for the quickness is that the files are
not compiled at all now.
QT_VERSION needs qtglobal.h to work, if qtglobal.h
is dropped, QT_VERSION will be empty.
Brgds,
Viktor
On 2009.07.01., at 17:48, vouch...@users.sourceforge.net wrote:
Revision: 11589
http://harb
Revision: 11589
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11589&view=rev
Author: vouchcac
Date: 2009-07-01 15:48:47 + (Wed, 01 Jul 2009)
Log Message:
---
2009-07-01 08:30 UTC-0800 Pritpal Bedi (prit...@vouchcac.com)
* harbour/contrib/hbqt/hbqt.h