Subversion Repositories svn1

Rev

Rev 387 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 387 Rev 389
Line 61... Line 61...
61
    **  Join a directory and the suggested filename 
61
    **  Join a directory and the suggested filename 
62
    **  The directory will be either
62
    **  The directory will be either
63
    **      The remembers directory
63
    **      The remembers directory
64
    **      Appications 'filepath'
64
    **      Appications 'filepath'
65
    */
65
    */
66
    filename = QDir(appSettings->value("Recent/SaveLegTimesDir",filepath).toString()).filePath(filename);
66
    filename = QDir(appSettings->value("Recent/SaveLegTimesDir",FilePath).toString()).filePath(filename);
67
    qDebug("Using:%s", qPrintable(filename));
67
    qDebug("Using:%s", qPrintable(filename));
68
 
68
 
69
    /*
69
    /*
70
    ** Let the user navigate to where we will store the file
70
    ** Let the user navigate to where we will store the file
71
    */
71
    */