aboutsummaryrefslogtreecommitdiff
path: root/src/ui/mainwindow.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-02-19 07:30:54 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-02-19 07:30:54 +0000
commit30e11dd37f98c78193d5768c634931865821af10 (patch)
tree2091503c63750f738be7b830a8be586ad7f9b1c7 /src/ui/mainwindow.h
parent37f66aa3c4e031812b0c2a415f07c661d8ee13aa (diff)
downloadqmmp-30e11dd37f98c78193d5768c634931865821af10.tar.gz
qmmp-30e11dd37f98c78193d5768c634931865821af10.tar.bz2
qmmp-30e11dd37f98c78193d5768c634931865821af10.zip
added position tracking
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2062 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/mainwindow.h')
-rw-r--r--src/ui/mainwindow.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/mainwindow.h b/src/ui/mainwindow.h
index 5d3f15c62..72469518a 100644
--- a/src/ui/mainwindow.h
+++ b/src/ui/mainwindow.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2006-2010 by Ilya Kotov *
+ * Copyright (C) 2006-2011 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -63,7 +63,6 @@ public:
QString processCommandArgs(const QStringList &list,const QString& cwd);
public slots:
- void seek(qint64);
void previous();
void play();
void pause();