Gui: redundant void 2
This commit is contained in:
@@ -44,7 +44,7 @@ public:
|
||||
|
||||
bool push(const char*);
|
||||
int compileCommand(const char*) const;
|
||||
bool hasPendingInput( void ) const;
|
||||
bool hasPendingInput( ) const;
|
||||
void setBuffer(const QStringList&);
|
||||
QStringList getBuffer() const;
|
||||
void clearBuffer();
|
||||
@@ -78,8 +78,8 @@ public:
|
||||
void append(const QString &inputLine);
|
||||
const QStringList& values() const;
|
||||
void restart();
|
||||
void markScratch( void );
|
||||
void doScratch( void );
|
||||
void markScratch( );
|
||||
void doScratch( );
|
||||
|
||||
private:
|
||||
QStringList _history;
|
||||
@@ -110,7 +110,7 @@ public:
|
||||
|
||||
void OnChange( Base::Subject<const char*> &rCaller,const char* rcReason );
|
||||
void printStatement( const QString& cmd );
|
||||
QString readline( void );
|
||||
QString readline( );
|
||||
|
||||
public Q_SLOTS:
|
||||
void onSaveHistoryAs();
|
||||
@@ -139,7 +139,7 @@ protected:
|
||||
bool canInsertFromMimeData ( const QMimeData * source ) const;
|
||||
QMimeData * createMimeDataFromSelection () const;
|
||||
void insertFromMimeData ( const QMimeData * source );
|
||||
QTextCursor inputBegin( void ) const;
|
||||
QTextCursor inputBegin( ) const;
|
||||
|
||||
private:
|
||||
void runSource(const QString&);
|
||||
@@ -153,7 +153,7 @@ private:
|
||||
void saveHistory() const;
|
||||
|
||||
Q_SIGNALS:
|
||||
void pendingSource( void );
|
||||
void pendingSource( );
|
||||
|
||||
private:
|
||||
struct PythonConsoleP* d;
|
||||
|
||||
Reference in New Issue
Block a user