hi,i came across a program where one line goes like this
SQ_Config::inst ance()->readBoolEntry( "mount_devi ce", false)
here i found that SQ_Config is a class but there is no function called
instance().i had ran the program and it works fine.
please clarify thanks in advance.
SQ_Config::inst ance()->readBoolEntry( "mount_devi ce", false)
here i found that SQ_Config is a class but there is no function called
instance().i had ran the program and it works fine.
please clarify thanks in advance.
Comment