src/hbcore/vkbhosts/hbstaticvkbhost.cpp
changeset 2 06ff229162e9
parent 1 f7ac710697a9
child 6 c3690ec91ef8
equal deleted inserted replaced
1:f7ac710697a9 2:06ff229162e9
    86 */
    86 */
    87 HbStaticVkbHost::~HbStaticVkbHost()
    87 HbStaticVkbHost::~HbStaticVkbHost()
    88 {
    88 {
    89 }
    89 }
    90 
    90 
    91 /*!
       
    92 \reimp
       
    93 */
       
    94 int HbStaticVkbHost::priority() const
       
    95 {   
       
    96     return 0;
       
    97 }
       
    98 
       
    99 // End of file
    91 // End of file
   100 
    92