wilder-work
Montel Laurent 10 years ago
parent b261dbaa09
commit 8db5a9cf12
  1. 1
      agents/followupreminderagent/autotests/followupremindernoanswerdialogtest.cpp
  2. 1
      src/editor/widgets/snippetwidget.h

@ -57,6 +57,7 @@ void FollowupReminderNoAnswerDialogTest::shouldAddItemInTreeList()
FollowUpReminderInfoWidget *infowidget = dlg.findChild<FollowUpReminderInfoWidget *>(QStringLiteral("FollowUpReminderInfoWidget"));
QTreeWidget *treeWidget = infowidget->findChild<QTreeWidget *>(QStringLiteral("treewidget"));
QList<FollowUpReminder::FollowUpReminderInfo *> lstInfo;
lstInfo.reserve(10);
for (int i = 0; i < 10; ++i) {
FollowUpReminder::FollowUpReminderInfo *info = new FollowUpReminder::FollowUpReminderInfo();
lstInfo.append(info);

@ -31,6 +31,7 @@ class QContextMenuEvent;
*/
class SnippetWidget : public QTreeView
{
Q_OBJECT
public:
explicit SnippetWidget(KMComposerEditorNg *editor, KActionCollection *actionCollection, QWidget *parent = Q_NULLPTR);
~SnippetWidget();

Loading…
Cancel
Save