> OK, implementation question. > > How do I declare a slot in a private class that doesn't have a specific > header file? Putting `private QSLOT` above the function definition makes > things compile, but the runtime complains about a missing slot (curiously > even expecting it in KWallet::Wallet). Yes, I did update the connect call > to pass in the pointer to the parent class ....
Use Q_PRIVATE_SLOT in the public header? Eike
signature.asc
Description: This is a digitally signed message part.