ginebra2/Application.cpp
changeset 15 73c48011b8c7
parent 10 232fbd5a2dcb
child 16 3c88a81ff781
equal deleted inserted replaced
13:491a1d15372f 15:73c48011b8c7
    64 
    64 
    65 void GinebraApplication::debug(const QString &msg) {
    65 void GinebraApplication::debug(const QString &msg) {
    66       qDebug() << msg;
    66       qDebug() << msg;
    67 }
    67 }
    68 
    68 
       
    69 QString GinebraApplication::layoutType() {
       
    70 
       
    71     QString layout;
       
    72 #ifdef BROWSER_LAYOUT_TENONE
       
    73     layout = "tenone";
       
    74 #else
       
    75     layout = "default";
       
    76 #endif
       
    77 
       
    78     return layout;
    69 }
    79 }
       
    80 
       
    81 
       
    82 }