Mercurial > hg > easyhg
view common_osx.mm @ 341:1fc2e0269ae0 help
Add Help button to multi-choice dialog
author | Chris Cannam |
---|---|
date | Tue, 15 Mar 2011 12:36:26 +0000 |
parents | 68aebc316898 |
children |
line wrap: on
line source
#include "common.h" #include <QString> #ifdef Q_OS_MAC #include <Foundation/Foundation.h> QString getUserRealName() { NSString *s = NSFullUserName(); return QString::fromLocal8Bit([s UTF8String]); } #endif