这篇教程C++ I18N_NOOP函数代码示例写得很实用,希望能帮到您。
本文整理汇总了C++中I18N_NOOP函数的典型用法代码示例。如果您正苦于以下问题:C++ I18N_NOOP函数的具体用法?C++ I18N_NOOP怎么用?C++ I18N_NOOP使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。 在下文中一共展示了I18N_NOOP函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的C++代码示例。 示例1: I18N_NOOP#include "soundkonverterapp.h"#include "soundkonverter.h"#include "global.h"#include <kdeui_export.h>#include <KMainWindow>#include <KUniqueApplication>#include <KAboutData>#include <KCmdLineArgs>#include <KLocale>static const char description[] = I18N_NOOP("soundKonverter is a frontend to various audio converters, Replay Gain tools and CD rippers./n/nPlease file bug reports at https://github.com/dfaust/soundkonverter/issues");static const char version[] = SOUNDKONVERTER_VERSION_STRING;int main(int argc, char **argv){ KAboutData about("soundkonverter", 0, ki18n("soundKonverter"), version, ki18n(description), KAboutData::License_GPL, ki18n("(C) 2005-2016 Daniel Faust"), KLocalizedString(), 0, "[email C++ I2函数代码示例 C++ I18N函数代码示例
|