Deadlocks usually occur across several threads. Do you have a stack
trace for other threads, too?
Alexey
On Fri, 2024-07-19 at 12:12 +0100, Nuno Santos via Interest wrote:
> Dennis,
>
> Thanks for the clarification.
>
> Maybe it is deviating a bit from Qt. It’s probably something I’m not
> doin
I'm actually grateful that the original message is so concise,
otherwise I wouldn't look for a way to customise it. I don't think it's
worth arguing what kind of information should or shouldn't be included
there - situations and even tastes differ. On my development machine, I
have the following de
ather irrelevant to what I'm doing with Qt Creator. And
it's pretty much the same struggle further down the road. I guess many
KDE folks are in the same boat, so posting on-list.
--
Alexey Rusakov
___
Interest mailing list
Interest@qt-
t slotIndex = rmo->indexOfSlot(slot);
Q_ASSERT(slotIndex >= 0);
QObject::connect(..., QMetaMethod::fromSignal(signal),
receiver, rmo->method(slotIndex));
} else
QObject::connect(..., signal, receiver, slot);
// more logic
}
Alexey Rusa
__
> > Interest mailing list
> > Interest@qt-project.org
> > https://lists.qt-project.org/listinfo/interest
>
> -John Weeks
>
> ___
> Interest mailing list
> Interest@qt-project.org
> https://lists.qt-project.org/listinfo/interest
>
--
Alexey Rusakov
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest
ial sector. If I were him, I would have given up trying to
> influence Qt's
> > strategy a long time ago.
> >
> > (Actually, I'm about to give up my hopes for desktop development with
> Qt).
> >
> > So, Roland, why are you keeping the conflicts going?
> >
> > --
&g
often that "can I kick the tires" became a line in
> American culture. Flinging his new hunk of rubber around while hollering and
> gesturing with his arms, it landed on the hot wood stove. After scraping it
> off the stove they found the result was still flexible and far more
> impervious to cuts. He got his money.
>
>
>
> --
> Roland Hughes, President
> Logikal Solutions
> (630)-205-1593
> https://theminimumyouneedtoknow.comhttps://infiniteexposure.nethttps://lesedi.ushttps://johnsmith-book.comhttps://logikalblog.comhttps://interestingauthors.com/blog
>
> ___
> Interest mailing list
> Interest@qt-project.org
> https://lists.qt-project.org/listinfo/interest
>
--
Alexey Rusakov
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest
make to fix an issue. But
it doesn't find all uses. Which is *dangerous*. So I have to do a
text-based, project-wide search for a string instead to actually get to
all uses of the symbol and update my code.
On 04/04/16 11:42, Alexey Rusakov wrote:
> Not sure what I'm doing wrong but au
Not sure what I'm doing wrong but auto-completion for connect() does work for
me. Moreover, I don't expect CLion to be able to work with SIGNAL() and SLOT()
notation without Qt-aware plugin.
I might expect CLion to rule them all in some indefinite future but very hardly
at the moment. Disclaimer
y recognized by
the metatype system as well. And as far as I understand the
documentation, this applies to types declared as Q_ENUM as well.
--
Alexey Rusakov
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
10 matches
Mail list logo