aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/generalhandler.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-01-23 18:04:45 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-01-23 18:04:45 +0000
commitd3f1937f200122373ce8fcb7c9ac8a52d55d7bdc (patch)
tree479dc16b09bf9dac47bb20a6e4d172d42c385a0b /src/qmmpui/generalhandler.h
parent3ad830394688338626c098cf959e24a7c6af9a1f (diff)
downloadqmmp-d3f1937f200122373ce8fcb7c9ac8a52d55d7bdc.tar.gz
qmmp-d3f1937f200122373ce8fcb7c9ac8a52d55d7bdc.tar.bz2
qmmp-d3f1937f200122373ce8fcb7c9ac8a52d55d7bdc.zip
some general api changes
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@755 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/generalhandler.h')
-rw-r--r--src/qmmpui/generalhandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmmpui/generalhandler.h b/src/qmmpui/generalhandler.h
index 5e99bff80..295a2dd9c 100644
--- a/src/qmmpui/generalhandler.h
+++ b/src/qmmpui/generalhandler.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2008 by Ilya Kotov *
+ * Copyright (C) 2008-2009 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -57,7 +57,7 @@ public:
void showSettings(GeneralFactory* factory, QWidget* parentWidget);
bool visibilityControl();
void executeCommand(const QString &opt_str);
- //actions
+ //actions
void addAction(QAction *action, MenuType type = TOOLS_MENU);
void removeAction(QAction *action);
QList<QAction *> actions(MenuType type = TOOLS_MENU);