Mercurial > hg > easyhg
view common_osx.mm @ 306:b280a2dc0512 status_outside_tabs
Merge from the default branch
author | Chris Cannam |
---|---|
date | Sat, 26 Feb 2011 23:04:18 +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