![]() |
control reaches the end of non void function. - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: control reaches the end of non void function. (/Thread-control-reaches-the-end-of-non-void-function) |
control reaches the end of non void function. - vamsi - 08-04-2011 Code: QString COneNavQueryBuild::buildArchiveQuery(const QString m_szRecordname,const QString m_zsOperation) for this implementation i am getting a warning[u] as [b]control reaches the end of non void function, Here i know i need to include approriate return type.. but what is the appropriate return tuype for the "Qstring".pls help me thanks.[/b] |