Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8145003
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T13:31:31+00:00 2026-06-06T13:31:31+00:00

I was digging into some source code I am working on. I found a

  • 0

I was digging into some source code I am working on. I found a peculiar statement that someone had coded. The source code is a GUI application with a QML GUI and uses QT 4.7.x.

The snippet below belongs to core application logic.

// connect signal-slots for decoupling
QObject::connect (this, SIGNAL(setCurrentTaskSignal(int)), this, 
    SLOT(SetCurrentTaskSlot(int)), Qt::QueuedConnection);

It’s strange that the object connects to itself via a queued connection which essentially means that the object may “live” in different threads at the same time?

At first glance It didn’t made any sense to me. Can anyone think of any reason why such a connection would be plausible or needed?. Would this even work?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T13:31:33+00:00Added an answer on June 6, 2026 at 1:31 pm

    It will work without any problem. Maybe there was some event loop processing required before calling SetCurrentTaskSlot?

    Note that QueuedConnection doesn’t mean that something is in different thread. QueuedConnection means only that when signal is emitted, corresponding slot won’t be called directly. It will be queued on event loop, and will be processed when control will be given back to event loop

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

While I was digging into OpenNTPD source code files, I noticed new keywords and
Based on some advice I found on StackOverflow, I'm digging into Haskell. I was
I'm just digging into the gcc manual and some things are still unclear to
Digging into the implementation of Win32 API functions that work with TIB (Thread Information
I have just started digging into JavaFX and have a requirement that I am
I contribute to and implement some open source projects that use a Maven2 build
I was doing some digging around into delegate variance after reading the following question
I'm refactoring some legacy code, and I keep running into this Object. I would
Digging into a legacy project (C++) that needs to be extended, I realized that
I am looking into implementing a simple crash report on my application that will

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.