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

  • SEARCH
  • Home
  • 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 8669481
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T18:29:05+00:00 2026-06-12T18:29:05+00:00

Well, I think I am having issues with resolving two functions with the same

  • 0

Well, I think I am having issues with resolving two functions with the same name and I do not know how to resolve it.

I have a Qt class which is a subclass of QDialog (Qt). I would like to use ‘fstat’ to get information about the file using a code like below

struct stat file_info;
int hd = open("/home/test/file.xml", O_RDONLY);
fstat(hd, &file_info);
close(hd);

But when I do this, I get this complain from the compiler.

error: no matching function for call to 'Test::open(const char [19], int)'
/usr/local/Trolltech/Qt-4.7.3/include/QtGui/qdialog.h::99:10: note: candidate is: void QDialog::open()

Is there some way to resolve this?

Thanks.

Answer:

As Caladan mentions, ::open() did the trick. Also the second answer (to use stat instead of fstat) was equally valid. Thanks!

  • 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-12T18:29:07+00:00Added an answer on June 12, 2026 at 6:29 pm

    You can try calling ::open() which will hint the compiler it should not look in the current scope.

    You can also use stat() which just gets the file name instead of a descriptor.

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

Sidebar

Related Questions

Well I think I know the answer to this, but I would appreciate anybody
I think I know C++ reasonably well and I am thinking about implementing something
Well, I think I have a very basic doubt here: I'm developing an app
I think i have a basic problem in understanding the dojo toolkit. Well I
I'm having issues sending emails using the php mail() function. I know the php
I'm having an issue with converters and validators. I have an input text which
I have been working with pyinotify and I am having issues with it where
Having some problems with a piece of Jquery code, well that's where I think
I am having issues understanding which interface I need to listen to changes in
I'm having issues with multithreading in my application. I know there are many posts

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.