[rkward-cvs] rkward/rkward/rbackend rinterface.cpp,1.18,1.19 rinterface.h,1.9,1.10
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Thu Apr 21 22:10:59 UTC 2005
Update of /cvsroot/rkward/rkward/rkward/rbackend
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10508/rkward/rbackend
Modified Files:
rinterface.cpp rinterface.h
Log Message:
RKSettings inherits KDialogBase. Compile fix in RInterface
Index: rinterface.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rbackend/rinterface.cpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** rinterface.cpp 21 Apr 2005 19:57:13 -0000 1.18
--- rinterface.cpp 21 Apr 2005 22:10:57 -0000 1.19
***************
*** 83,88 ****
void RInterface::issueCommand (const QString &command, int type, const QString &rk_equiv, RCommandReceiver *receiver, int flags, RCommandChain *chain) {
RK_TRACE (RBACKEND);
! RCommand *command = new RCommand (command, type, rk_equiv, receiver, flags);
! issueCommand (command, chain);
}
--- 83,87 ----
void RInterface::issueCommand (const QString &command, int type, const QString &rk_equiv, RCommandReceiver *receiver, int flags, RCommandChain *chain) {
RK_TRACE (RBACKEND);
! issueCommand (new RCommand (command, type, rk_equiv, receiver, flags), chain);
}
Index: rinterface.h
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rbackend/rinterface.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** rinterface.h 21 Apr 2005 19:57:13 -0000 1.9
--- rinterface.h 21 Apr 2005 22:10:57 -0000 1.10
***************
*** 154,158 ****
\section UsingTheInterfaceToRMultipleCommands Dealing with several RCommands in the same object
! \section UsingTheInterfaceToRInternalHandling What happens with and RCommand internally?
\section UsingTheInterfaceToRCommandChains How to ensure commands get executed in the correct order: RCommandChain
--- 154,162 ----
\section UsingTheInterfaceToRMultipleCommands Dealing with several RCommands in the same object
! \section UsingTheInterfaceToRInternalHandling What happens with an RCommand internally?
!
! \section UsingTheInterfaceToRThreadingIssues Threading issues
! - command intermitting in a sequence
! - commands finishing earlier than "expected"?
\section UsingTheInterfaceToRCommandChains How to ensure commands get executed in the correct order: RCommandChain
More information about the rkward-tracker
mailing list