https://bugs.kde.org/show_bug.cgi?id=344412
allan changed:
What|Removed |Added
Summary|Another build fails - |Another build fails -
|different syst
https://bugs.kde.org/show_bug.cgi?id=344405
allan changed:
What|Removed |Added
Resolution|--- |DOWNSTREAM
Status|UNCONFIRMED
https://bugs.kde.org/show_bug.cgi?id=344412
Bug ID: 344412
Summary: Another build fails - different system - different
error
Product: kmymoney4
Version: git master
Platform: Mint (Ubuntu based)
OS: Linux
https://bugs.kde.org/show_bug.cgi?id=344409
Bug ID: 344409
Summary: User is asked to create a new category in splits table
if change is aborted
Product: kmymoney4
Version: git master
Platform: Compiled Sources
https://bugs.kde.org/show_bug.cgi?id=344405
Bug ID: 344405
Summary: Build fails
Product: kmymoney4
Version: git master
Platform: Mint (Ubuntu based)
OS: Linux
Status: UNCONFIRMED
Severity: crash
https://bugs.kde.org/show_bug.cgi?id=344324
--- Comment #5 from Christian David ---
I changed this to a wishlist item. Before we start to code we should contact
the VDG. But maybe it is enough to set a tool-tip for the OK button.
--
You are receiving this mail because:
You are the assignee for
https://bugs.kde.org/show_bug.cgi?id=344324
Christian David changed:
What|Removed |Added
Version|4.7.1 |git master
Platform|MS Windows
Hi,
I have been analyzing the code of mymoneyfile.cpp and I was wondering how some
of the exceptions handlers could be accessed.
The first one is the exception handler in "QString
MyMoneyFile::storageId(void)". "testStorageId" in mymoneyfiletest.cpp is
devoted to this method, but the exceptio
Hi,
I have tried to become familiar with QSignalSpy. For instance, to comply with
"After adding a price 'valueChanged()' should be emitted.", I have implemented
this:
qRegisterMetaType("MyMoneyAccount");
QSignalSpy spy(m,
SIGNAL(valueChanged(MyMon