Пример #1
0
void GxsChannelDialog::shareKey()
{
#if 0
	ShareKey shareUi(this, mChannelId, CHANNEL_KEY_SHARE);
	shareUi.exec();
#endif
}
Пример #2
0
void GxsForumsDialog::shareKey()
{
	ShareKey shareUi(this, mForumId, FORUM_KEY_SHARE);
	shareUi.exec();
}
Пример #3
0
void ChannelFeed::shareKey()
{
    ShareKey shareUi(this, mChannelId, CHANNEL_KEY_SHARE);
    shareUi.exec();
}