Skip to content

Commit

Permalink
one more time. not my lucky day :(
Browse files Browse the repository at this point in the history
  • Loading branch information
wadealer committed Mar 9, 2012
1 parent b098dae commit 11a1147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion generic/storagenotesplugin/notes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ void Notes::keyPressEvent(QKeyEvent *e)
if(e->key() == Qt::Key_Escape) {
e->ignore();
close();
close();
}
else {
QDialog::keyPressEvent(e);
Expand Down
4 changes: 2 additions & 2 deletions generic/storagenotesplugin/notes.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Notes : public QDialog
Q_OBJECT
public:
Notes(StorageNotesPlugin *storageNotes, int acc, QWidget *parent = 0);
~Notes();
~Notes();
void incomingNotes(const QList<QDomElement>& notes);
void error();
void saved();
Expand All @@ -55,7 +55,7 @@ private slots:
void edit();
void addNote(const QDomElement& note);
void noteEdited(const QDomElement& note, const QModelIndex& index);
void selectTag();
void selectTag();
void updateTags();

protected:
Expand Down

0 comments on commit 11a1147

Please sign in to comment.